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