onnx2tf 1.27.1__tar.gz → 1.27.3__tar.gz
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-1.27.1/onnx2tf.egg-info → onnx2tf-1.27.3}/PKG-INFO +3 -3
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/README.md +2 -2
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/__init__.py +1 -1
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/onnx2tf.py +1 -14
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Conv.py +0 -12
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ConvInteger.py +0 -6
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Split.py +42 -1
- {onnx2tf-1.27.1 → onnx2tf-1.27.3/onnx2tf.egg-info}/PKG-INFO +3 -3
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/LICENSE +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/LICENSE_onnx-tensorflow +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/__main__.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Abs.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Acos.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Acosh.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Add.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/And.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ArgMax.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ArgMin.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Asin.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Asinh.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Atan.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Atanh.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/AveragePool.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/BatchNormalization.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Bernoulli.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/BitShift.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Cast.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Ceil.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Celu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Clip.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Col2Im.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Compress.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Concat.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ConcatFromSequence.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Constant.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ConstantOfShape.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ConvTranspose.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Cos.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Cosh.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/CumSum.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/DepthToSpace.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/DequantizeLinear.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Det.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Div.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Dropout.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/DynamicQuantizeLinear.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Einsum.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Elu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Equal.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Erf.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Exp.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Expand.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/EyeLike.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Flatten.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Floor.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/FusedConv.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GRU.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Gather.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GatherElements.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GatherND.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Gelu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Gemm.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GlobalAveragePool.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GlobalLpPool.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GlobalMaxPool.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Greater.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GreaterOrEqual.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GridSample.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/GroupNorm.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/HammingWindow.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/HannWindow.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/HardSigmoid.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/HardSwish.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Hardmax.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Identity.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/If.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Input.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/InstanceNormalization.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Inverse.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/IsInf.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/IsNaN.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/LRN.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/LSTM.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/LayerNormalization.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/LeakyRelu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Less.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/LessOrEqual.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Log.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/LogSoftmax.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/LpNormalization.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/MatMul.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/MatMulInteger.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Max.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/MaxPool.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/MaxUnpool.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Mean.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/MeanVarianceNormalization.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/MelWeightMatrix.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Min.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Mish.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Mod.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Mul.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Multinomial.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Neg.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/NonMaxSuppression.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/NonZero.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Not.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/OneHot.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/OptionalGetElement.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/OptionalHasElement.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Or.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/PRelu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Pad.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Pow.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QLinearAdd.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QLinearConcat.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QLinearConv.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QLinearLeakyRelu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QLinearMatMul.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QLinearMul.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QLinearSigmoid.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QLinearSoftmax.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/QuantizeLinear.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/RNN.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/RandomNormal.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/RandomNormalLike.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/RandomUniform.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/RandomUniformLike.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Range.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Reciprocal.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceL1.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceL2.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceLogSum.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceLogSumExp.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceMax.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceMean.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceMin.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceProd.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceSum.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReduceSumSquare.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Relu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Reshape.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Resize.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ReverseSequence.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/RoiAlign.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Round.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/STFT.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ScaleAndTranslate.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Scatter.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ScatterElements.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ScatterND.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Selu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/SequenceAt.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/SequenceConstruct.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/SequenceEmpty.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/SequenceErase.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/SequenceInsert.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/SequenceLength.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Shape.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Shrink.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Sigmoid.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Sign.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Sin.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Sinh.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Size.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Slice.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Softmax.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Softplus.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Softsign.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/SpaceToDepth.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/SplitToSequence.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Sqrt.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Squeeze.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/StringNormalizer.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Sub.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Sum.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Tan.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Tanh.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/ThresholdedRelu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Tile.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/TopK.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Transpose.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Trilu.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Unique.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Unsqueeze.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Upsample.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Where.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/Xor.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/_Loop.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/__Loop.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/ops/__init__.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/utils/__init__.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/utils/common_functions.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/utils/enums.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf/utils/logging.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf.egg-info/SOURCES.txt +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf.egg-info/dependency_links.txt +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf.egg-info/entry_points.txt +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/onnx2tf.egg-info/top_level.txt +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/setup.cfg +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/setup.py +0 -0
- {onnx2tf-1.27.1 → onnx2tf-1.27.3}/tests/test_model_convert.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: onnx2tf
|
|
3
|
-
Version: 1.27.
|
|
3
|
+
Version: 1.27.3
|
|
4
4
|
Summary: Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf).
|
|
5
5
|
Home-page: https://github.com/PINTO0309/onnx2tf
|
|
6
6
|
Author: Katsuya Hyodo
|
|
@@ -334,7 +334,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
334
334
|
docker run --rm -it \
|
|
335
335
|
-v `pwd`:/workdir \
|
|
336
336
|
-w /workdir \
|
|
337
|
-
ghcr.io/pinto0309/onnx2tf:1.27.
|
|
337
|
+
ghcr.io/pinto0309/onnx2tf:1.27.3
|
|
338
338
|
|
|
339
339
|
or
|
|
340
340
|
|
|
@@ -342,7 +342,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
342
342
|
docker run --rm -it \
|
|
343
343
|
-v `pwd`:/workdir \
|
|
344
344
|
-w /workdir \
|
|
345
|
-
docker.io/pinto0309/onnx2tf:1.27.
|
|
345
|
+
docker.io/pinto0309/onnx2tf:1.27.3
|
|
346
346
|
|
|
347
347
|
or
|
|
348
348
|
|
|
@@ -309,7 +309,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
309
309
|
docker run --rm -it \
|
|
310
310
|
-v `pwd`:/workdir \
|
|
311
311
|
-w /workdir \
|
|
312
|
-
ghcr.io/pinto0309/onnx2tf:1.27.
|
|
312
|
+
ghcr.io/pinto0309/onnx2tf:1.27.3
|
|
313
313
|
|
|
314
314
|
or
|
|
315
315
|
|
|
@@ -317,7 +317,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
317
317
|
docker run --rm -it \
|
|
318
318
|
-v `pwd`:/workdir \
|
|
319
319
|
-w /workdir \
|
|
320
|
-
docker.io/pinto0309/onnx2tf:1.27.
|
|
320
|
+
docker.io/pinto0309/onnx2tf:1.27.3
|
|
321
321
|
|
|
322
322
|
or
|
|
323
323
|
|
|
@@ -1259,11 +1259,6 @@ def convert(
|
|
|
1259
1259
|
if len(msg_list) > 0:
|
|
1260
1260
|
for s in msg_list:
|
|
1261
1261
|
if 'Unable to serialize VariableSpec' in s:
|
|
1262
|
-
warn(
|
|
1263
|
-
f'This model contains GroupConvolution and is automatically optimized for TFLite, ' +
|
|
1264
|
-
f'but is not output because h5 does not support GroupConvolution. ' +
|
|
1265
|
-
f'If h5 is needed, specify --disable_group_convolution to retransform the model.'
|
|
1266
|
-
)
|
|
1267
1262
|
break
|
|
1268
1263
|
else:
|
|
1269
1264
|
error(e)
|
|
@@ -1285,11 +1280,6 @@ def convert(
|
|
|
1285
1280
|
if len(msg_list) > 0:
|
|
1286
1281
|
for s in msg_list:
|
|
1287
1282
|
if 'Unable to serialize VariableSpec' in s:
|
|
1288
|
-
warn(
|
|
1289
|
-
f'This model contains GroupConvolution and is automatically optimized for TFLite, ' +
|
|
1290
|
-
f'but is not output because keras_v3 does not support GroupConvolution. ' +
|
|
1291
|
-
f'If keras_v3 is needed, specify --disable_group_convolution to retransform the model.'
|
|
1292
|
-
)
|
|
1293
1283
|
break
|
|
1294
1284
|
else:
|
|
1295
1285
|
error(e)
|
|
@@ -1404,10 +1394,7 @@ def convert(
|
|
|
1404
1394
|
)
|
|
1405
1395
|
info(Color.GREEN(f'TFv1 .pb output complete!'))
|
|
1406
1396
|
except KeyError as e:
|
|
1407
|
-
|
|
1408
|
-
f'Probably due to GroupConvolution, saved_model could not be generated successfully, ' +
|
|
1409
|
-
f'so onnx2tf skip the output of TensorFlow v1 pb.'
|
|
1410
|
-
)
|
|
1397
|
+
pass
|
|
1411
1398
|
except Exception as e:
|
|
1412
1399
|
error(e)
|
|
1413
1400
|
import traceback
|
|
@@ -468,12 +468,6 @@ def make_node(
|
|
|
468
468
|
error_check_tf_op_type = 'conv_bias'
|
|
469
469
|
|
|
470
470
|
else:
|
|
471
|
-
if kernel_size in (1, 2, 3) and not disable_group_convolution:
|
|
472
|
-
warn(
|
|
473
|
-
f'This model contains GroupConvolution and is automatically optimized for TFLite, ' +
|
|
474
|
-
f'but is not output because saved_model does not support GroupConvolution. ' +
|
|
475
|
-
f'If saved_model is needed, specify --disable_group_convolution to retransform the model.'
|
|
476
|
-
)
|
|
477
471
|
# GroupedConvolution - Conv1D, Conv2D, Conv3D - Bias Add
|
|
478
472
|
if kernel_size == 1 and not disable_group_convolution:
|
|
479
473
|
tf_layers_dict[graph_node_output.name]['tf_node'] = \
|
|
@@ -571,12 +565,6 @@ def make_node(
|
|
|
571
565
|
error_check_tf_op_type = 'conv_nobias'
|
|
572
566
|
|
|
573
567
|
else:
|
|
574
|
-
if kernel_size in (1, 2, 3) and not disable_group_convolution:
|
|
575
|
-
warn(
|
|
576
|
-
f'This model contains GroupConvolution and is automatically optimized for TFLite, ' +
|
|
577
|
-
f'but is not output because saved_model does not support GroupConvolution. ' +
|
|
578
|
-
f'If saved_model is needed, specify --disable_group_convolution to retransform the model.'
|
|
579
|
-
)
|
|
580
568
|
# GroupedConvolution - Conv1D, Conv2D, Conv3D - No Bias
|
|
581
569
|
if kernel_size == 1 and not disable_group_convolution:
|
|
582
570
|
tf_layers_dict[graph_node_output.name]['tf_node'] = \
|
|
@@ -417,12 +417,6 @@ def make_node(
|
|
|
417
417
|
error_check_tf_op_type = 'conv_nobias'
|
|
418
418
|
|
|
419
419
|
else:
|
|
420
|
-
if kernel_size in (1, 2, 3) and not disable_group_convolution:
|
|
421
|
-
warn(
|
|
422
|
-
f'This model contains GroupConvolution and is automatically optimized for TFLite, ' +
|
|
423
|
-
f'but is not output because saved_model does not support GroupConvolution. ' +
|
|
424
|
-
f'If saved_model is needed, specify --disable_group_convolution to retransform the model.'
|
|
425
|
-
)
|
|
426
420
|
# GroupedConvolution - Conv1D, Conv2D, Conv3D - No Bias
|
|
427
421
|
if kernel_size == 1 and not disable_group_convolution:
|
|
428
422
|
tf_layers_dict[graph_node_output.name]['tf_node'] = \
|
|
@@ -158,15 +158,56 @@ def make_node(
|
|
|
158
158
|
if idx == axis:
|
|
159
159
|
end_.append(split_idx + 1)
|
|
160
160
|
elif input_tensor_shape[idx] is None:
|
|
161
|
-
end_.append(
|
|
161
|
+
end_.append(0)
|
|
162
162
|
else:
|
|
163
163
|
end_.append(input_tensor_shape[idx])
|
|
164
164
|
|
|
165
|
+
begin_mask_ = np.sum([2**idx if idx != axis else 0 for idx in range(input_tensor_rank)])
|
|
166
|
+
end_mask_ = np.sum([2**idx if idx != axis else 0 for idx in range(input_tensor_rank)])
|
|
167
|
+
|
|
165
168
|
splited_tensors.append(
|
|
166
169
|
tf.strided_slice(
|
|
167
170
|
input_=input_tensor,
|
|
168
171
|
begin=begin_,
|
|
169
172
|
end=end_,
|
|
173
|
+
begin_mask=begin_mask_,
|
|
174
|
+
end_mask=end_mask_,
|
|
175
|
+
)
|
|
176
|
+
)
|
|
177
|
+
elif isinstance(split, np.ndarray) \
|
|
178
|
+
and len(list(split)) > 1 \
|
|
179
|
+
and np.prod(split) != 1 \
|
|
180
|
+
and np.all(split == split[0]) \
|
|
181
|
+
and isinstance(input_tensor_shape[axis], int) \
|
|
182
|
+
and input_tensor_shape[axis] == np.sum(split):
|
|
183
|
+
# strided_slice - Slice everything in same size
|
|
184
|
+
# Suppression of FlexSplitV generation
|
|
185
|
+
# https://github.com/PINTO0309/onnx2tf/issues/751
|
|
186
|
+
splited_tensors = []
|
|
187
|
+
split_size = split[0]
|
|
188
|
+
for split_idx in range(len(list(split))):
|
|
189
|
+
begin_ = [
|
|
190
|
+
split_size * split_idx if idx == axis else 0 for idx in range(input_tensor_rank)
|
|
191
|
+
]
|
|
192
|
+
end_ = []
|
|
193
|
+
for idx in range(input_tensor_rank):
|
|
194
|
+
if idx == axis:
|
|
195
|
+
end_.append(split_size * split_idx + split_size)
|
|
196
|
+
elif input_tensor_shape[idx] is None:
|
|
197
|
+
end_.append(0)
|
|
198
|
+
else:
|
|
199
|
+
end_.append(input_tensor_shape[idx])
|
|
200
|
+
|
|
201
|
+
begin_mask_ = np.sum([2**idx if idx != axis else 0 for idx in range(input_tensor_rank)])
|
|
202
|
+
end_mask_ = np.sum([2**idx if idx != axis else 0 for idx in range(input_tensor_rank)])
|
|
203
|
+
|
|
204
|
+
splited_tensors.append(
|
|
205
|
+
tf.strided_slice(
|
|
206
|
+
input_=input_tensor,
|
|
207
|
+
begin=begin_,
|
|
208
|
+
end=end_,
|
|
209
|
+
begin_mask=begin_mask_,
|
|
210
|
+
end_mask=end_mask_,
|
|
170
211
|
)
|
|
171
212
|
)
|
|
172
213
|
elif isinstance(split, np.ndarray) \
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: onnx2tf
|
|
3
|
-
Version: 1.27.
|
|
3
|
+
Version: 1.27.3
|
|
4
4
|
Summary: Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf).
|
|
5
5
|
Home-page: https://github.com/PINTO0309/onnx2tf
|
|
6
6
|
Author: Katsuya Hyodo
|
|
@@ -334,7 +334,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
334
334
|
docker run --rm -it \
|
|
335
335
|
-v `pwd`:/workdir \
|
|
336
336
|
-w /workdir \
|
|
337
|
-
ghcr.io/pinto0309/onnx2tf:1.27.
|
|
337
|
+
ghcr.io/pinto0309/onnx2tf:1.27.3
|
|
338
338
|
|
|
339
339
|
or
|
|
340
340
|
|
|
@@ -342,7 +342,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
342
342
|
docker run --rm -it \
|
|
343
343
|
-v `pwd`:/workdir \
|
|
344
344
|
-w /workdir \
|
|
345
|
-
docker.io/pinto0309/onnx2tf:1.27.
|
|
345
|
+
docker.io/pinto0309/onnx2tf:1.27.3
|
|
346
346
|
|
|
347
347
|
or
|
|
348
348
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|