tfe_tensor_f64_ndim

Function tfe_tensor_f64_ndim 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tfe_tensor_f64_ndim( _tensor: *const TfeTensorF64, ) -> usize
Expand description

Return the number of dimensions (rank) of the tensor.

ยงSafety

tensor must be a valid, non-null tensor pointer.