Function tensorflow::ops::tpucompile_succeeded_assert
source · pub fn tpucompile_succeeded_assert<O0: Into<Output>>(
compilation_status: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TPUCompileSucceededAssert::new().build(compilation_status, scope)
.