Searched refs:index_key (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | parsing_ops.py | 129 def __new__(cls, index_key, value_key, dtype, size, already_sorted=False): argument 131 cls, index_key, value_key, dtype, size, already_sorted) 230 if not feature.index_key: 238 index_keys = feature.index_key 245 for index_key in sorted(index_keys): 246 if index_key in sparse_keys: 247 dtype = sparse_types[sparse_keys.index(index_key)] 250 (dtype, index_key)) 252 sparse_keys.append(index_key) 331 if isinstance(feature.index_key, str): [all …]
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-sparse-feature.pbtxt | 15 name: "index_key"
|
D | tensorflow.io.-sparse-feature.pbtxt | 15 name: "index_key"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.-sparse-feature.pbtxt | 15 name: "index_key"
|
/external/freetype/src/tools/docmaker/ |
D | utils.py | 35 def index_key( s ): function
|
D | formatter.py | 57 self.block_index.sort( key = index_key )
|
/external/freetype/ |
D | ChangeLog.25 | 321 (index_key): ... this new key generator (doing exactly the same).
|