Searched refs:index_keys (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | parsing_ops.py | 238 index_keys = feature.index_key 239 if isinstance(index_keys, str): 240 index_keys = [index_keys] 241 elif len(index_keys) > 1: 245 for index_key in sorted(index_keys):
|
/external/v8/src/ast/ |
D | ast.cc | 484 int index_keys = 0; in BuildBoilerplateDescription() local 499 index_keys++; in BuildBoilerplateDescription() 505 boilerplate_properties_, properties()->length(), index_keys, in BuildBoilerplateDescription()
|
/external/v8/src/heap/ |
D | factory.cc | 434 int boilerplate, int all_properties, int index_keys, bool has_seen_proto) { in NewObjectBoilerplateDescription() argument 436 DCHECK_GE(all_properties, index_keys); in NewObjectBoilerplateDescription() 437 DCHECK_GE(index_keys, 0); in NewObjectBoilerplateDescription() 440 all_properties - index_keys - (has_seen_proto ? 1 : 0); in NewObjectBoilerplateDescription() 458 DCHECK_IMPLIES((boilerplate == (all_properties - index_keys)), in NewObjectBoilerplateDescription()
|
D | factory.h | 157 int boilerplate, int all_properties, int index_keys, bool has_seen_proto);
|