Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item.h37 struct GrapplerItem { struct
41 GrapplerItem& operator=(const GrapplerItem& other) = default; argument
42 GrapplerItem& operator=(GrapplerItem&& other) = default; argument
48 string id; // A unique id for this item
51 GraphDef graph;
52 std::vector<std::pair<string, Tensor>> feed;
53 std::vector<string> fetch;
56 std::vector<string> init_ops;
58 int64 expected_init_time = 0;
61 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.cc196 const GrapplerItem& /*item*/, in Feedback()
Dcommon_subgraph_elimination.cc287 const GrapplerItem& /*item*/, in Feedback()
Ddependency_optimizer.cc785 const GrapplerItem& /*item*/, in Feedback()
Darithmetic_optimizer.cc3830 const GrapplerItem& /*item*/, in Feedback()