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