pub fn tensor_list_push_back_batch<O0: Into<Output>, O1: Into<Output>>(
    input_handles: O0,
    tensor: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TensorListPushBackBatch::new().build(input_handles, tensor, scope).