Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dutil.cc32 std::unordered_map<string, PyObject*>* PythonTypesMap() { in PythonTypesMap() function
38 auto* m = PythonTypesMap(); in GetRegisteredType()
63 if (PythonTypesMap()->find(key) != PythonTypesMap()->end()) { in RegisterType()
71 PythonTypesMap()->emplace(key, type); in RegisterType()