onnx / tensorflow-onnx

Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
Apache License 2.0
2.31k stars 431 forks source link

Support Depthwise Conv3D #2255

Open ShuaiShao93 opened 1 year ago

ShuaiShao93 commented 1 year ago

Describe the feature request

Right now, TF2ONNX only supports Depthwise Conv2D. Conv3D has different DataFormat from 2D

ShuaiShao93 commented 1 year ago

Proposed fix: https://github.com/onnx/tensorflow-onnx/pull/2208