tfe_tensor_f64_len

Function tfe_tensor_f64_len 

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

Return the total number of elements in the tensor.

ยงSafety

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