onnx2tf 1.29.0__py3-none-any.whl → 1.29.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
onnx2tf/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  from onnx2tf.onnx2tf import convert, main
2
2
 
3
- __version__ = '1.29.0'
3
+ __version__ = '1.29.1'
@@ -30,7 +30,7 @@ def make_node(
30
30
  tf_layers_dict: dict
31
31
  optype, shape, dtype, tensorflow graph
32
32
  """
33
- sequence_dtype = ONNX_DTYPES_TO_TF_DTYPES(graph_node.attrs.get('dtype', 1)) # Float32
33
+ sequence_dtype = ONNX_DTYPES_TO_TF_DTYPES[graph_node.attrs.get('dtype', 1)] # Float32
34
34
 
35
35
  graph_node_output: gs.Variable = graph_node.outputs[0]
36
36
  shape = graph_node_output.shape
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: onnx2tf
3
- Version: 1.29.0
3
+ Version: 1.29.1
4
4
  Summary: Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC).
5
5
  Home-page: https://github.com/PINTO0309/onnx2tf
6
6
  Author: Katsuya Hyodo
@@ -345,7 +345,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
345
345
  docker run --rm -it \
346
346
  -v `pwd`:/workdir \
347
347
  -w /workdir \
348
- ghcr.io/pinto0309/onnx2tf:1.29.0
348
+ ghcr.io/pinto0309/onnx2tf:1.29.1
349
349
 
350
350
  or
351
351
 
@@ -353,7 +353,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
353
353
  docker run --rm -it \
354
354
  -v `pwd`:/workdir \
355
355
  -w /workdir \
356
- docker.io/pinto0309/onnx2tf:1.29.0
356
+ docker.io/pinto0309/onnx2tf:1.29.1
357
357
 
358
358
  or
359
359
 
@@ -1,4 +1,4 @@
1
- onnx2tf/__init__.py,sha256=DObbckS1XgiAp4svAwPuHhkeAswQOzsYLXEyNPN7vwY,66
1
+ onnx2tf/__init__.py,sha256=Z9j0Gw9IkpNEKkFKB3qODUvZpcytF2SOxjPlbGqWqIA,66
2
2
  onnx2tf/__main__.py,sha256=2RSCQ7d4lc6CwD-rlGn9UicPFg-P5du7ZD_yh-kuBEU,57
3
3
  onnx2tf/onnx2tf.py,sha256=XZBqVn1Q_qmPmrYw_Dz30vRWJ8uaJURkbUSo_8rZrjk,151116
4
4
  onnx2tf/ops/Abs.py,sha256=V7btmCG_ZvK_qJovUsguq0ZMJ349mhNQ4FHSgzP_Yuo,4029
@@ -146,7 +146,7 @@ onnx2tf/ops/ScatterND.py,sha256=Y949fYKSAvkPW1s-58P7suafnna9hDLoTg0UA8cs2Ag,9087
146
146
  onnx2tf/ops/Selu.py,sha256=CD0SqQlTTe0chO7lebkrdfDFSk6Cg9zLhvrKomsSH4Y,3799
147
147
  onnx2tf/ops/SequenceAt.py,sha256=jpjl9gVJFagtg223YY26I0pUUEgEFjJGvSZWwbo2-mQ,3278
148
148
  onnx2tf/ops/SequenceConstruct.py,sha256=KKbnpnitdAky23WF_DS49ot7ZxVoqBEU2ChgYEcXshY,2639
149
- onnx2tf/ops/SequenceEmpty.py,sha256=mkKwp6-ULxUphhrI2-k2mo9cvkDfgbJo54xs8t8Ynrc,1743
149
+ onnx2tf/ops/SequenceEmpty.py,sha256=bxpRDMZWQ3OnrhEYpjKj1D87iQBh7-_p-cPaoH9D2IM,1743
150
150
  onnx2tf/ops/SequenceErase.py,sha256=dBBec2PsKqQ_d-c-8rq18c21OXlI3QtvnFb_Cu8pHtU,3371
151
151
  onnx2tf/ops/SequenceInsert.py,sha256=P0YOLzrB0_I4VJLg1j7rZ29_dclq4VJsbSOHt5A7Mfk,4840
152
152
  onnx2tf/ops/SequenceLength.py,sha256=ihBJq1Qs8AXULs-P1CF9cwxPr9PlBvTEaVJGH4nzmLE,2693
@@ -190,9 +190,9 @@ onnx2tf/utils/enums.py,sha256=7c5TqetqB07VjyHoxJHfLgtqBqk9ZRyUF33fPOJR1IM,1649
190
190
  onnx2tf/utils/iterative_json_optimizer.py,sha256=qqeIxWGxrhcCYk8-ebWnblnOkzDCwi-nseipHzHR_bk,10436
191
191
  onnx2tf/utils/json_auto_generator.py,sha256=C-4P8sii7B2_LRwW6AFG13tI3R5DHPhNirgxfmBU1F8,61944
192
192
  onnx2tf/utils/logging.py,sha256=yUCmPuJ_XiUItM3sZMcaMO24JErkQy7zZwVTYWAuiKg,1982
193
- onnx2tf-1.29.0.dist-info/licenses/LICENSE,sha256=5v_Kxihy8i6mzHVl349ikSREaIdsl9YeUnX1KBDLD2w,1070
194
- onnx2tf-1.29.0.dist-info/licenses/LICENSE_onnx-tensorflow,sha256=gK4GtS9S5YcyINu6uuNNWdo-kBClyEM4MFLFGiNTeRM,11231
195
- onnx2tf-1.29.0.dist-info/METADATA,sha256=bqMWcqDQNEcmcnraz4IoNm7XGT3mARr-WvMnVlOdIaM,153189
196
- onnx2tf-1.29.0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
197
- onnx2tf-1.29.0.dist-info/top_level.txt,sha256=WgfPiEy3f6vZ_FOpAIEA2CF3TCx1eYrhGw93Ih6b9Fw,8
198
- onnx2tf-1.29.0.dist-info/RECORD,,
193
+ onnx2tf-1.29.1.dist-info/licenses/LICENSE,sha256=5v_Kxihy8i6mzHVl349ikSREaIdsl9YeUnX1KBDLD2w,1070
194
+ onnx2tf-1.29.1.dist-info/licenses/LICENSE_onnx-tensorflow,sha256=gK4GtS9S5YcyINu6uuNNWdo-kBClyEM4MFLFGiNTeRM,11231
195
+ onnx2tf-1.29.1.dist-info/METADATA,sha256=uIOBq_5ChKbJ4sUy6f1XTKBbO3_EdKJoIAfFx_F8Ves,153189
196
+ onnx2tf-1.29.1.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
197
+ onnx2tf-1.29.1.dist-info/top_level.txt,sha256=WgfPiEy3f6vZ_FOpAIEA2CF3TCx1eYrhGw93Ih6b9Fw,8
198
+ onnx2tf-1.29.1.dist-info/RECORD,,