Searched refs:SelectImplementation (Results 1 – 4 of 4) sorted by relevance
546 struct SelectImplementation;549 struct SelectImplementation<Implementation::NoThreads> {554 struct SelectImplementation<Implementation::GlobalLock> {561 struct SelectImplementation<Implementation::Futex> {581 SelectImplementation<CurrentImplementation>::type;
130 Status SelectImplementation(GraphDef* graph) const;
374 Status ImplementationSelector::SelectImplementation(GraphDef* graph) const { in SelectImplementation() function in tensorflow::grappler::ImplementationSelector416 return SelectImplementation(optimized_graph); in Optimize()
329 using MutexImpl = SelectImplementation<Implementation::GlobalLock>::type; in test_all_impls()333 using RealFutexImpl = SelectImplementation<Implementation::Futex>::type; in test_all_impls()