Skip to content

Commit 883d30d

Browse files
authored
Merge pull request #101 from disktnk/feature/vup-1.3.2
Version up for 1.3.2
2 parents 33f9434 + b701077 commit 883d30d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
252252
- Concat
253253
- Copy
254254
- Depth2Space
255+
- ExpandDims
255256
- GetItem
256257
- Pad <sup>[1](#pad1)</sup><sup>[2](#pad2)</sup>
257258
- Reshape
@@ -275,6 +276,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
275276
- Add
276277
- AddConstant
277278
- Absolute
279+
- BroadcastTo
278280
- Div
279281
- Mul
280282
- MulConstant
@@ -307,6 +309,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
307309
- AveragePoolingND
308310
- MaxPooling2D
309311
- MaxPoolingND
312+
- ROIPooling2D
310313

311314
### Normalization
312315

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'onnx_chainer.functions',
88
'onnx_chainer.testing',
99
],
10-
version='1.3.1',
10+
version='1.3.2',
1111
description='Convert a Chainer model into ONNX',
1212
long_description=open('README.md').read(),
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)