Function tensorflow::eager::raw_ops::tpucompile
source · pub fn tpucompile<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
dynamic_shapes: &[&T0],
guaranteed_constants: &T1
) -> Result<[TensorHandle<'a>; 3]>
Expand description
Shorthand for TPUCompile::new().call(&ctx, &dynamic_shapes, &guaranteed_constants)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TPUCompile