nn_tensor_size

Function nn_tensor_size 

Source
pub unsafe extern "C" fn nn_tensor_size(
    tensor: *const NNTensor,
) -> i32
Expand description

Calculates the total byte size of the tensor (volume * element_size).

@public @memberof NNTensor @since 2.0