pub fn load_tpuembedding_frequency_estimator_parameters<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
parameters: &T0,
last_hit_step: &T1
) -> Result<()>
Expand description
Shorthand for LoadTPUEmbeddingFrequencyEstimatorParameters::new().call(&ctx, ¶meters, &last_hit_step)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/LoadTPUEmbeddingFrequencyEstimatorParameters