File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ tosa.ModelFactory = class {
99 return context . set ( 'tosa.flatbuffers' , reader ) ;
1010 }
1111 const obj = await context . peek ( 'json' ) ;
12- if ( obj && obj . regions && obj . version ) {
12+ if ( obj && obj . regions && obj . version && obj . version . _major ) {
1313 return context . set ( 'tosa.flatbuffers.json' , obj ) ;
1414 }
1515 return null ;
Original file line number Diff line number Diff line change 89258925 "format" : " TOSA v1.0.0" ,
89268926 "link" : " https://github.com/lutzroeder/netron/issues/1546"
89278927 },
8928+ {
8929+ "type" : " tosa" ,
8930+ "target" : " conv_net_v1.0.json" ,
8931+ "source" : " https://github.com/user-attachments/files/25799955/conv_net_v1.0.json.zip[conv_net_v1.0.json]" ,
8932+ "format" : " TOSA v1.0.0" ,
8933+ "link" : " https://github.com/lutzroeder/netron/issues/1546"
8934+ },
89288935 {
89298936 "type" : " tosa" ,
89308937 "target" : " squeezenet_v1.1.tosa" ,
You can’t perform that action at this time.
0 commit comments