Home
last modified time | relevance | path

Searched refs:InferDevicesFromGraph (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_test.cc65 ASSERT_FALSE(item.InferDevicesFromGraph().ok()); in TEST_F()
Dgrappler_item.h113 Status InferDevicesFromGraph();
Dgrappler_item.cc165 Status GrapplerItem::InferDevicesFromGraph() { in InferDevicesFromGraph() function in tensorflow::grappler::GrapplerItem
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc609 Status inferred_devices = item.InferDevicesFromGraph(); in OptimizeGraph()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer_test.cc944 ASSERT_TRUE(item.InferDevicesFromGraph().ok()); in TEST_F()