Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Drevived_types.py89 def should_load(self, proto): member in VersionedTypeRegistration
165 if type_registration.should_load(proto):
179 if type_registration.should_load(proto):
/external/llvm-project/lldb/source/Core/
DModule.cpp1501 LoadScriptFromSymFile should_load = in LoadScriptingResourceInTarget() local
1504 if (should_load == eLoadScriptFromSymFileFalse) in LoadScriptingResourceInTarget()
1529 if (should_load == eLoadScriptFromSymFileWarn) { in LoadScriptingResourceInTarget()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2159 LoadCWDlldbinitFile should_load = ShouldLoadCwdInitFile(); in SourceInitFileCwd() local
2161 switch (should_load) { in SourceInitFileCwd()