File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -1007,7 +1007,7 @@ mlir.Parser = class {
1007
1007
}
1008
1008
break ;
1009
1009
default :
1010
- throw new mlir . Error ( `Unexpected operation name '${ JSON . stringify ( this . _current ) } ' ${ this . _tokenizer . location ( ) } ` ) ;
1010
+ throw new mlir . Error ( `Unexpected operation '${ this . _current . value } ' ${ this . _tokenizer . location ( ) } ` ) ;
1011
1011
}
1012
1012
return value ;
1013
1013
}
Original file line number Diff line number Diff line change 3048
3048
"source" : " https://raw.githubusercontent.com/dotnet/machinelearning-samples/61b428c746f39069a9d1d92f9e0f819e6beb30f3/samples/csharp/end-to-end-apps/DeepLearning_ObjectDetection_Onnx/OnnxObjectDetectionE2EAPP/ML/MLNETModel/TinyYoloModel.zip" ,
3049
3049
"format" : " ML.NET v1.0.27701.1"
3050
3050
},
3051
+ {
3052
+ "type" : " mlir" ,
3053
+ "target" : " 1043.mlir" ,
3054
+ "source" : " https://github.com/lutzroeder/netron/files/14074683/1043.mlir.zip[1043.mlir]" ,
3055
+ "format" : " MLIR" ,
3056
+ "link" : " https://github.com/lutzroeder/netron/issues/1044"
3057
+ },
3051
3058
{
3052
3059
"type" : " mlir" ,
3053
3060
"target" : " examples.mnist_xla.mlir" ,
3057
3064
},
3058
3065
{
3059
3066
"type" : " mlir" ,
3060
- "target" : " 1043.mlir" ,
3061
- "source" : " https://github.com/lutzroeder/netron/files/14074683/1043.mlir.zip[1043.mlir]" ,
3067
+ "target" : " embedding_bm1684x_f16_tpu.mlir" ,
3068
+ "source" : " https://github.com/user-attachments/files/15525787/embedding_bm1684x_f16_tpu.mlir.txt" ,
3069
+ "error" : " Unexpected operation '#' at 1:1." ,
3062
3070
"format" : " MLIR" ,
3063
3071
"link" : " https://github.com/lutzroeder/netron/issues/1044"
3064
3072
},
You can’t perform that action at this time.
0 commit comments