Function tensorflow::ops::load_tpuembedding_rmsprop_parameters
source · pub fn load_tpuembedding_rmsprop_parameters<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
parameters: O0,
ms: O1,
mom: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for LoadTPUEmbeddingRMSPropParameters::new().build(parameters, ms, mom, scope)
.