You're reading an pre-release version of this documentation.
For the latest stable release version, please have a look at master.

Function asym_affine_inverse_vector

Function Documentation

void asym_affine_inverse_vector(float *output, void *input, const int size, const float scale, const int zeropoint, int data_type)

批量数据的仿射反量化操作

参数:
  • output -- [OUT] 反量化后的数据

  • input -- [IN] 待反量化的数据

  • size -- [IN] 待反量化数据的大小

  • scale -- [IN] 缩放因子

  • zeropoint -- [IN] 零点

  • data_type -- [IN] 数据类型