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