Function tensorflow::ops::remote_call
source · pub fn remote_call<O0: Into<Output>, O1: Into<Output>>(
target: O0,
args: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RemoteCall::new().build(target, args, scope)
.