Function tensorflow::ops::tpucompile
source · pub fn tpucompile<O0: Into<Output>, O1: Into<Output>>(
dynamic_shapes: O0,
guaranteed_constants: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TPUCompile::new().build(dynamic_shapes, guaranteed_constants, scope)
.