ONE
ONE copied to clipboard
[onert] NYI Shape Inference
https://github.com/Samsung/ONE/issues/8496#issuecomment-1050425440
I found our runtime don't support shape inference for DepthwiseConv2D yet. We need to support more operations for shape inference.
NYI static shape inference
- [ ] AddN
- [ ] BatchToSpaceND
- [ ] DepthToSpace
- [ ] DepthwiseConv2D
- [ ] Einsum
- [ ] EmbeddingLookup
- [ ] HashtableLookup
- [ ] InstanceNorm
- [ ] LocalResponseNormalization
- [ ] LogSoftmax
- [ ] Pool2D
- [ ] PReLU
- [ ] Rank
- [ ] ResizeNearestNeighbor
- [ ] RNN
- [ ] SpaceToDepth
- [ ] SplitV
- [ ] StatelessRandomUniform
- [ ] TopKV2
- [ ] TransposeConv
NYI dynamic shape inference
- [ ] AddN
- [ ] BatchToSpaceND
- [ ] DepthToSpace
- [ ] DepthwiseConv2D
- [ ] Einsum
- [ ] EmbeddingLookup
- [ ] HashtableLookup
- [ ] InstanceNorm
- [ ] LocalResponseNormalization
- [ ] LogSoftmax
- [ ] Pool2D
- [ ] PReLU
- [ ] Rank
- [ ] ResizeNearestNeighbor
- [ ] RNN
- [ ] SpaceToDepth
- [ ] SplitV
- [ ] StatelessRandomUniform
- [ ] TopKV2
- [ ] TransposeConv