Searched defs:ResultId (Results 1 – 4 of 4) sorted by relevance
112 struct ResultId { struct in mlir::tfg::__anon310c51f70111::GraphDefImporter114 int index;116 StringRef node;118 StringRef output;121 bool IsControl() const { return index == tensorflow::Graph::kControlSlot; } in IsControl()
327 inline uint32_t ResultId() const { return result_id_; } in ResultId() function