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