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