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