Function arm_lstm_unidirectional_f16_temp1_get_buffer_size

Function Documentation

int32_t arm_lstm_unidirectional_f16_temp1_get_buffer_size(const cmsis_nn_lstm_params_f16 *lstm_params)

Get size of the temp1 scratch buffer required by arm_lstm_unidirectional_f16(). Refer to arm_lstm_unidirectional_f32_temp1_get_buffer_size(): the contract is identical, and the answer is the same 0 on every build target (the float16 implementation likewise never dereferences temp1 or temp2, which may both be NULL).