pub fn tensor_list_from_tensor<O0: Into<Output>, O1: Into<Output>>(
tensor: O0,
element_shape: O1,
scope: &mut Scope,
) -> Result<Operation>
Expand description
Shorthand for TensorListFromTensor::new().build(tensor, element_shape, scope)
.