Android fixed example
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
4fca515d8f
commit
d2d9ae6873
6 changed files with 42 additions and 35 deletions
|
|
@ -1795,7 +1795,7 @@ class OpMult : public OpAlgoDispatch
|
|||
KP_LOG_DEBUG("Kompute OpMult constructor with params");
|
||||
|
||||
if (tensors.size() != 3) {
|
||||
throw std::runtime_error("Kompute OpMult expected 3 tensors but got " + tensors.size());
|
||||
throw std::runtime_error("Kompute OpMult expected 3 tensors but got " + std::to_string(tensors.size()));
|
||||
}
|
||||
|
||||
std::vector<uint32_t> spirv(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue