pub unsafe extern "C" fn nn_tensor_set_aux_object(
tensor: *mut NNTensor,
aux_object: *mut c_void,
aux_object_free: nn_aux_object_free,
)Expand description
Configures an auxiliary object for the tensor. This is a private API used for attaching auxiliary buffers.
@private @memberof NNTensor @since 2.1