Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc539 for (const auto& scope_b : it->second->operands()) { in MergeMetadata() local
540 if (!scope_set.count(llvm::cast<llvm::MDNode>(scope_b.get()))) { in MergeMetadata()
541 union_of_scopes.push_back(llvm::cast<llvm::MDNode>(scope_b.get())); in MergeMetadata()
555 for (const auto& scope_b : it->second->operands()) { in MergeMetadata() local
556 if (scope_set.count(llvm::cast<llvm::MDNode>(scope_b))) { in MergeMetadata()
557 intersection_of_scopes.push_back(llvm::cast<llvm::MDNode>(scope_b)); in MergeMetadata()
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib_test.py302 scope_b = dist.scope()
303 with scope_b:
316 with scope_b:
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc13552 SimulationCPUFeaturesScope scope_b(&masm, CPUFeatures::All()); in SimulationCPUFeaturesScopeHelper() local