HomeSort by relevance Sort by last modified time
    Searched defs:grappler_item_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.h 353 const GrapplerItem* grappler_item_; // Not owned. member in class:tensorflow::grappler::VirtualScheduler
virtual_scheduler_test.cc 133 grappler_item_.reset(new GrapplerItem);
134 grappler_item_->id = "test_conv2d_graph";
135 grappler_item_->graph = def;
136 grappler_item_->fetch = {"c0", "c1"};
154 grappler_item_.reset(new GrapplerItem);
155 grappler_item_->id = "test_conv2d_var_graph";
156 grappler_item_->graph = def;
157 grappler_item_->fetch = {"y"};
184 grappler_item_.reset(new GrapplerItem);
185 grappler_item_->id = "test_matmul_sequence_graph"
1712 std::unique_ptr<GrapplerItem> grappler_item_; member in class:tensorflow::grappler::VirtualSchedulerTest
    [all...]

Completed in 1250 milliseconds