Searched refs:item_key (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Objects/ |
D | codeobject.c | 483 PyObject *item, *item_key; in _PyCode_ConstantKey() local 486 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey() 487 if (item_key == NULL) { in _PyCode_ConstantKey() 492 PyTuple_SET_ITEM(tuple, i, item_key); in _PyCode_ConstantKey() 512 PyObject *item_key; in _PyCode_ConstantKey() local 514 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey() 515 if (item_key == NULL) { in _PyCode_ConstantKey() 521 PyTuple_SET_ITEM(tuple, i, item_key); in _PyCode_ConstantKey()
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 765 PyObject *item, *item_key; in _PyCode_ConstantKey() local 768 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey() 769 if (item_key == NULL) { in _PyCode_ConstantKey() 774 PyTuple_SET_ITEM(tuple, i, item_key); in _PyCode_ConstantKey() 794 PyObject *item_key; in _PyCode_ConstantKey() local 796 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey() 797 if (item_key == NULL) { in _PyCode_ConstantKey() 803 PyTuple_SET_ITEM(tuple, i, item_key); in _PyCode_ConstantKey()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 3641 auto item_key = std::make_pair(item.handle, item.need_rewrite); in BuildDynamicInferenceGraph() local 3642 auto iter = seen.find(item_key); in BuildDynamicInferenceGraph() 3709 seen[item_key] = stacktop_id; in BuildDynamicInferenceGraph()
|