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