Searched defs:ResultInfo (Results 1 – 3 of 3) sorted by relevance
133 struct ResultInfo { struct in mlir::tfg::__anon310c51f70111::GraphDefImporter137 bool resolved = false;139 Value control;141 ValueRange data;143 absl::flat_hash_map<StringPiece, ValueRange> outputs;145 std::vector<Backedge> backedges;
25 class ResultInfo(dict): class
1757 WidthAndSignedness ResultInfo = in EmitBuiltinExpr() local