Searched refs:_TPUEmbeddingColumn (Results 1 – 3 of 3) sorted by relevance
28 from tensorflow.python.tpu.feature_column import _TPUEmbeddingColumn
33 _TPU_EMBEDDING_COLUMN_CLASSES = (tpu_fc._TPUEmbeddingColumn,119 …allowed = (tpu_fc._TPUEmbeddingColumn, tpu_fc._TPUSharedEmbeddingColumn) # pylint: disable=protec…
102 column = _TPUEmbeddingColumn(205 class _TPUEmbeddingColumn(_TPUBaseEmbeddingColumn, fc._EmbeddingColumn): class