Home
last modified time | relevance | path

Searched refs:feature_to_config_dict (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_gradient.py120 table = tpu_embedding.feature_to_config_dict[feature].table_id
171 tpu_embedding.feature_to_config_dict[feature].max_sequence_length)
Dtpu_embedding.py1223 feature_to_config_dict, argument
1293 feature_to_config_dict)
1294 self._feature_to_config_dict = _create_ordered_dict(feature_to_config_dict)
1434 def feature_to_config_dict(self): member in TPUEmbedding
1945 feature_to_config_dict):
1948 [feature.table_id for feature in feature_to_config_dict.values()])
2807 def _create_table_to_features_and_num_features_dicts(feature_to_config_dict): argument
2811 for feature, feature_config in six.iteritems(feature_to_config_dict):
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.tpu.experimental.-embedding-config-spec.pbtxt19 name: "feature_to_config_dict"