Function arm_dynamic_update_slice_s8¶
Defined in File arm_nnfunctions.h
Function Documentation¶
-
arm_cmsis_nn_status arm_dynamic_update_slice_s8(const int8_t *operand, const int8_t *update, const int32_t *start_indices, const cmsis_nn_dynamic_update_slice_params *params, int8_t *output)¶
Update a slice of an int8 operand tensor at runtime-determined indices.
- Parameters:
operand – [in] Pointer to operand tensor data (copied to output first)
update – [in] Pointer to update tensor data
start_indices – [in] Pointer to start index per dimension (int32, length = rank)
params – [in] Pointer to dynamic_update_slice parameters
output – [out] Pointer to output tensor data
- Returns:
The function returns
ARM_CMSIS_NN_SUCCESS