tf.raw_ops.XlaSparseCoreFtrl

embedding_tableA Tensor of type float32.
accumulatorA Tensor of type float32.
linearA Tensor of type float32.
learning_rateA Tensor of type float32.
indicesA Tensor of type int32.
gradientA Tensor of type float32.
betaA Tensor of type float32.
learning_rate_powerA Tensor of type float32.
l2_regularization_strengthA Tensor of type float32.
feature_widthAn int.
multiply_linear_by_learning_rateA bool.
l1_regularization_strengthA float.
nameA name for the operation (optional).

A tuple of Tensor objects (updated_embedding_table, updated_accumulator, updated_linear).
updated_embedding_tableA Tensor of type float32.
updated_accumulatorA Tensor of type float32.
updated_linearA Tensor of type float32.