Function tensorflow::ops::tpucompilation_result
source · pub fn tpucompilation_result(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for TPUCompilationResult::new().build(scope)
.
pub fn tpucompilation_result(scope: &mut Scope) -> Result<Operation>
Shorthand for TPUCompilationResult::new().build(scope)
.