Home
last modified time | relevance | path

Searched refs:_IdentityCategoricalColumn (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dfeature_column.py33 _SUPPORTED_CATEGORICAL_COLUMNS = (fc._IdentityCategoricalColumn,
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py1437 return _IdentityCategoricalColumn(
2803 class _IdentityCategoricalColumn( class