An op that loads optimization parameters into HBM for embedding. Must be
preceded by a ConfigureTPUEmbeddingHost op that sets up the correct
embedding table configuration. For example, this op is used to install
parameters that are loaded from a checkpoint before a training loop is
executed.
Args
parameters
A Tensor of type float32.
Value of parameters used in the stochastic gradient descent optimization algorithm.