pub fn tensor_list_length<O0: Into<Output>>( input_handle: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for TensorListLength::new().build(input_handle, scope).
TensorListLength::new().build(input_handle, scope)