pub unsafe extern "C" fn nn_tensor_scales(
    tensor: *const NNTensor,
    n_scales: *mut usize
) -> *const f32
Expand description

Returns the scales array for the tensor and optionally the number of scales.

@public @memberof NNTensor @since 2.4