Home
last modified time | relevance | path

Searched defs:GrapplerItem (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item.h36 struct GrapplerItem { struct
40 GrapplerItem& operator=(const GrapplerItem& other) = default; argument
41 GrapplerItem& operator=(GrapplerItem&& other) = default; argument
47 string id; // A unique id for this item
50 GraphDef graph;
51 std::vector<std::pair<string, Tensor>> feed;
52 std::vector<string> fetch;
55 std::vector<string> init_ops;
57 int64 expected_init_time = 0;
60 string save_op;
[all …]
/external/tensorflow/tensorflow/core/grappler/inputs/
Dfile_input_yielder.h33 class GrapplerItem; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc136 const GrapplerItem& /*item*/, in Feedback()
Ddependency_optimizer.cc715 const GrapplerItem& /*item*/, in Feedback()
Dloop_optimizer.cc903 void LoopOptimizer::Feedback(Cluster* /*cluster*/, const GrapplerItem& /*item*/, in Feedback()
Dremapper.cc870 void Remapper::Feedback(Cluster* /*cluster*/, const GrapplerItem& /*item*/, in Feedback()
Darithmetic_optimizer.cc3692 const GrapplerItem& /*item*/, in Feedback()