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