Home
last modified time | relevance | path

Searched defs:_local (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_threading_local.py198 _local = _thread._local variable in ThreadLocalTest
201 _local = _threading_local.local variable in PyThreadingLocalTest
/third_party/mindspore/mindspore/lite/schema/inner/
Dgpu_cache_generated.h401 auto _local = _o->local.size() ? _fbb.CreateVector(_o->local) : 0; in CreateTuneParam() local
/third_party/python/Lib/importlib/metadata/
D__init__.py556 def _local(cls, root='.'): member in Distribution