Searched defs:GrapplerItem (Results 1 – 2 of 2) 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_t expected_init_time = 0;61 string save_op;[all …]
33 class GrapplerItem; variable