Searched defs:GrapplerItem (Results 1 – 6 of 6) sorted by relevance
37 struct GrapplerItem { struct41 GrapplerItem& operator=(const GrapplerItem& other) = default; argument42 GrapplerItem& operator=(GrapplerItem&& other) = default; argument48 string id; // A unique id for this item51 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 …]
33 class GrapplerItem; variable
196 const GrapplerItem& /*item*/, in Feedback()
287 const GrapplerItem& /*item*/, in Feedback()
785 const GrapplerItem& /*item*/, in Feedback()
3830 const GrapplerItem& /*item*/, in Feedback()