Function arm_batch_matmul_s8_get_buffer_size_mve¶
Defined in File arm_nnfunctions.h
Function Documentation¶
-
int32_t arm_batch_matmul_s8_get_buffer_size_mve(const cmsis_nn_dims *input_rhs_dims)¶
Get size of the scratch buffer required by arm_batch_matmul_s8() for Arm(R) Helium Architecture case. Refer to arm_batch_matmul_s8_get_buffer_size() for function argument details.
Note
Intended for compilation on Host. If compiling for an Arm target, use arm_batch_matmul_s8_get_buffer_size().
Note
Also validates dims like the top-level dispatcher, returning -1 for invalid values.