pub fn tpuexecute<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    args: &T0,
    key: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for TPUExecute::new().call(&ctx, &args, &key).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TPUExecute