Searched defs:GrapplerItem (Results 1 – 7 of 7) sorted by relevance
36 struct GrapplerItem { struct40 GrapplerItem& operator=(const GrapplerItem& other) = default; argument41 GrapplerItem& operator=(GrapplerItem&& other) = default; argument47 string id; // A unique id for this item50 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 …]
33 class GrapplerItem; variable
136 const GrapplerItem& /*item*/, in Feedback()
715 const GrapplerItem& /*item*/, in Feedback()
903 void LoopOptimizer::Feedback(Cluster* /*cluster*/, const GrapplerItem& /*item*/, in Feedback()
870 void Remapper::Feedback(Cluster* /*cluster*/, const GrapplerItem& /*item*/, in Feedback()
3692 const GrapplerItem& /*item*/, in Feedback()