values constant

Implementation

static const $core.List<EmbeddingsPoolingStrategy> values =
    <EmbeddingsPoolingStrategy>[
  EMBEDDINGS_POOLING_STRATEGY_UNSPECIFIED,
  EMBEDDINGS_POOLING_STRATEGY_MEAN,
  EMBEDDINGS_POOLING_STRATEGY_CLS,
  EMBEDDINGS_POOLING_STRATEGY_LAST,
];