pub fn load_tpuembedding_frequency_estimator_parameters_grad_accum_debug<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
parameters: O0,
last_hit_step: O1,
gradient_accumulators: O2,
scope: &mut Scope,
) -> Result<Operation>
Expand description
Shorthand for LoadTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug::new().build(parameters, last_hit_step, gradient_accumulators, scope)
.