Searched refs:SelectDeviceIndex (Results 1 – 3 of 3) sorted by relevance
192 Status SelectDeviceIndex(GraphDef* graph) const;
339 Status ImplementationSelector::SelectDeviceIndex(GraphDef* graph) const { in SelectDeviceIndex() function in tensorflow::grappler::ImplementationSelector411 status = SelectDeviceIndex(optimized_graph); in Optimize()
62 TEST_F(ImplementationSelectorTest, SelectDeviceIndex) { in TEST_F() argument