File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1203,6 +1203,7 @@ mlir.BytecodeReader = class {
1203
1203
this . producer = reader . string ( ) ;
1204
1204
this . sections = [ ] ;
1205
1205
while ( reader . position < reader . length ) {
1206
+ // https://mlir.llvm.org/docs/BytecodeFormat/
1206
1207
const code = reader . byte ( ) ;
1207
1208
const identifier = code & 0x7F ;
1208
1209
const length = reader . varint ( ) . toNumber ( ) ;
Original file line number Diff line number Diff line change 3084
3084
"format" : " MLIR" ,
3085
3085
"link" : " https://github.com/lutzroeder/netron/issues/1044"
3086
3086
},
3087
+ {
3088
+ "type" : " mlir" ,
3089
+ "target" : " model.mlirbc" ,
3090
+ "source" : " https://github.com/user-attachments/files/17179955/model.mlirbc.zip[model.mlirbc]" ,
3091
+ "format" : " MLIR" ,
3092
+ "error" : " Invalid section length." ,
3093
+ "link" : " https://github.com/lutzroeder/netron/issues/1044"
3094
+ },
3087
3095
{
3088
3096
"type" : " mlir" ,
3089
3097
"target" : " versioned-op-2.0.mlirbc" ,
You can’t perform that action at this time.
0 commit comments