Function tensorflow::ops::tensor_list_length
source · pub fn tensor_list_length<O0: Into<Output>>(
input_handle: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorListLength::new().build(input_handle, scope)
.