Searched defs:_local (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_threading_local.py | 198 _local = _thread._local variable in ThreadLocalTest |
/third_party/mindspore/mindspore/lite/schema/inner/ | ||
D | gpu_cache_generated.h | 401 auto _local = _o->local.size() ? _fbb.CreateVector(_o->local) : 0; in CreateTuneParam() local |
/third_party/python/Lib/importlib/metadata/ | ||
D | __init__.py | 556 def _local(cls, root='.'): member in Distribution |