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