tensorflow-onnx icon indicating copy to clipboard operation
tensorflow-onnx copied to clipboard

StatefulPartitionedCall in Tensorflow 2 models

Open slavazhulanov opened this issue 2 years ago • 0 comments

StatefulPartitionedCall

Describe operator

This operator is used in Tensorflow 2 models

Is it possible to build this operator using existing ONNX operators?

I don't know

Is this operator currently used in any model? Which one?

SSD MobileNet V2 FPNLite 640x640, but probably many more TF OD API models

Are you willing to contribute? (Y/N)

N

2023-03-30 12:35:24,677 - ERROR - Tensorflow op [StatefulPartitionedCall: StatefulPartitionedCall] is not supported 2023-03-30 12:35:24,677 - ERROR - Unsupported ops: Counter({'StatefulPartitionedCall': 1})

slavazhulanov avatar Mar 30 '23 07:03 slavazhulanov