Function tensorflow::ops::empty_tensor_list
source · pub fn empty_tensor_list<O0: Into<Output>, O1: Into<Output>>(
element_shape: O0,
max_num_elements: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for EmptyTensorList::new().build(element_shape, max_num_elements, scope)
.