pub unsafe extern "C" fn nn_tensor_quant_params(
    tensor: *const NNTensor,
    quant_params: *mut NNQuantParam
)
Expand description

Internal API used by the RTM loader to associate quantization parameters to the tensor.

@private @memberof NNTensor @since 2.4