Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.

DynamicEnqueueTPUEmbeddingArbitraryTensorBatch.Options

Stay organized with collections Save and categorize content based on your preferences.
public static class DynamicEnqueueTPUEmbeddingArbitraryTensorBatch.Options

Public Methods

DynamicEnqueueTPUEmbeddingArbitraryTensorBatch.Options
combiners(List<String> combiners)

Inherited Methods

Public Methods

public DynamicEnqueueTPUEmbeddingArbitraryTensorBatch.Options combiners (List<String> combiners)

Parameters
combiners A list of string scalars, one for each embedding table that specify how to normalize the embedding activations after weighted summation. Supported combiners are 'mean', 'sum', or 'sqrtn'. It is invalid to have the sum of the weights be 0 for 'mean' or the sum of the squared weights be 0 for 'sqrtn'. If combiners isn't passed, the default is to use 'sum' for all tables.