Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dtf_export.py97 _NAME_TO_SYMBOL_MAPPING = dict() variable
101 return _NAME_TO_SYMBOL_MAPPING.get(name)
344 _NAME_TO_SYMBOL_MAPPING[name] = func
346 _NAME_TO_SYMBOL_MAPPING['compat.v1.%s' % name_v1] = func