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