Function nn_tensor_set_type

Source
pub unsafe extern "C" fn nn_tensor_set_type(
    tensor: *mut NNTensor,
    type_: NNTensorType,
) -> NNError
Expand description

Sets the type of a given tensor object.

@public @memberof NNTensor @since 2.4