Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dfeature_column.py46 _SUPPORTED_CATEGORICAL_COLUMNS = (fc._IdentityCategoricalColumn,
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py1458 return _IdentityCategoricalColumn(
2922 class _IdentityCategoricalColumn( class