Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement onnx ops for SpaceToBatchND and BatchToSpaceND #472

Merged
merged 3 commits into from
Apr 23, 2019

Conversation

mindest
Copy link
Contributor

@mindest mindest commented Apr 22, 2019

Rearrange @zhijxu-MS 's implementations of onnx ops for SpaceToBatchND and BatchToSpaceND

  • For SpaceToBatchND: onnx op SpaceToDepth, test case test_space_to_batchnd
  • For BatchToSpaceND: onnx op DepthToSpace, test case test_batch_to_spacend

tf2onnx/onnx_opset/nn.py Outdated Show resolved Hide resolved
tf2onnx/onnx_opset/nn.py Outdated Show resolved Hide resolved
@nbcsm
Copy link
Collaborator

nbcsm commented Apr 23, 2019

@zhijxu-MS to take a look as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants