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

Returns the shape of the given tensor object.

@public @memberof NNTensor @since 2.0