File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
252
252
- Concat
253
253
- Copy
254
254
- Depth2Space
255
+ - ExpandDims
255
256
- GetItem
256
257
- Pad <sup >[ 1] ( #pad1 ) </sup ><sup >[ 2] ( #pad2 ) </sup >
257
258
- Reshape
@@ -275,6 +276,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
275
276
- Add
276
277
- AddConstant
277
278
- Absolute
279
+ - BroadcastTo
278
280
- Div
279
281
- Mul
280
282
- MulConstant
@@ -307,6 +309,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
307
309
- AveragePoolingND
308
310
- MaxPooling2D
309
311
- MaxPoolingND
312
+ - ROIPooling2D
310
313
311
314
### Normalization
312
315
Original file line number Diff line number Diff line change 7
7
'onnx_chainer.functions' ,
8
8
'onnx_chainer.testing' ,
9
9
],
10
- version = '1.3.1 ' ,
10
+ version = '1.3.2 ' ,
11
11
description = 'Convert a Chainer model into ONNX' ,
12
12
long_description = open ('README.md' ).read (),
13
13
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments