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

Function get_output_quantize_param

Function Documentation

int get_output_quantize_param(pnna_buffer_create_params_t *params, pnna_network network, uint32_t index)

获取网络输出的量化参数

参数:
  • params -- [OUT] 缓冲区创建的输出参数结构体指针,用于接收查询到的参数

  • network -- [IN] 神经网络句柄,用于查询输出层属性

  • index -- [IN] 输出层的索引,指定需要查询的输出层

返回:

int 处理后的状态码,0表示成功,其他表示失败