Function arm_dynamic_update_slice_s16

Function Documentation

arm_cmsis_nn_status arm_dynamic_update_slice_s16(const int16_t *operand, const int16_t *update, const int32_t *start_indices, const cmsis_nn_dynamic_update_slice_params *params, int16_t *output)

Update a slice of an int16 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