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