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