pub fn load_tpuembedding_frequency_estimator_parameters<O0: Into<Output>, O1: Into<Output>>(
    parameters: O0,
    last_hit_step: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for LoadTPUEmbeddingFrequencyEstimatorParameters::new().build(parameters, last_hit_step, scope).