Function tensorflow::eager::raw_ops::tensor_list_push_back_batch
source · pub fn tensor_list_push_back_batch<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
input_handles: &T0,
tensor: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for TensorListPushBackBatch::new().call(&ctx, &input_handles, &tensor)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorListPushBackBatch