Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h546 struct SelectImplementation;
549 struct SelectImplementation<Implementation::NoThreads> {
554 struct SelectImplementation<Implementation::GlobalLock> {
561 struct SelectImplementation<Implementation::Futex> {
581 SelectImplementation<CurrentImplementation>::type;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.h130 Status SelectImplementation(GraphDef* graph) const;
Dimplementation_selector.cc374 Status ImplementationSelector::SelectImplementation(GraphDef* graph) const { in SelectImplementation() function in tensorflow::grappler::ImplementationSelector
416 return SelectImplementation(optimized_graph); in Optimize()
/external/llvm-project/libcxxabi/test/
Dguard_threaded_test.pass.cpp329 using MutexImpl = SelectImplementation<Implementation::GlobalLock>::type; in test_all_impls()
333 using RealFutexImpl = SelectImplementation<Implementation::Futex>::type; in test_all_impls()