Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dutil.cc96 PyObject* MappingKeys(PyObject* o) { in MappingKeys() function
388 : mapping_(mapping), keys_(MappingKeys(mapping)) { in MappingValueIterator()
613 Safe_PyObjectPtr k1(MappingKeys(dict1)); in SetDifferentKeysError()
620 Safe_PyObjectPtr k2(MappingKeys(dict2)); in SetDifferentKeysError()