Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.h192 Status SelectDeviceIndex(GraphDef* graph) const;
Dimplementation_selector.cc339 Status ImplementationSelector::SelectDeviceIndex(GraphDef* graph) const { in SelectDeviceIndex() function in tensorflow::grappler::ImplementationSelector
411 status = SelectDeviceIndex(optimized_graph); in Optimize()
Dimplementation_selector_test.cc62 TEST_F(ImplementationSelectorTest, SelectDeviceIndex) { in TEST_F() argument