pub fn load_tpuembedding_mdladagrad_light_parameters<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
ctx: &'a Context,
parameters: &T0,
accumulators: &T1,
weights: &T2,
benefits: &T3
) -> Result<()>
Expand description
Shorthand for LoadTPUEmbeddingMDLAdagradLightParameters::new().call(&ctx, ¶meters, &accumulators, &weights, &benefits)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/LoadTPUEmbeddingMDLAdagradLightParameters