Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dgraph_util_impl.py317 names_to_remove = {}
320 names_to_remove[node.name] = True
324 if node.name in names_to_remove:
332 if input_name in names_to_remove:
/external/python/cpython2/Lib/test/support/
D__init__.py137 names_to_remove = []
144 names_to_remove.append(blocked_name)
151 for name_to_remove in names_to_remove:
/external/python/cpython3/Lib/test/support/
D__init__.py274 names_to_remove = []
281 names_to_remove.append(blocked_name)
288 for name_to_remove in names_to_remove:
/external/llvm-project/lldb/source/Target/
DProcess.cpp6069 std::vector<ConstString> names_to_remove; in MapSupportedStructuredDataPlugins() local
6074 names_to_remove.push_back(type_name); in MapSupportedStructuredDataPlugins()
6084 for (auto &type_name : names_to_remove) in MapSupportedStructuredDataPlugins()