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

[TOPI] remove batch_norm_inference #2626

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

headupinclouds
Copy link
Contributor

  • rm topi/include/topi/nn/batch_norm.h
  • rm topi/python/topi/nn/batch_norm.py
  • rm #include <top/nn/batch_norm.h> in topi/src/topi.cc
  • rm from .batch_norm import * in topi/python/topi/nn/init.py

see issue #2470

batch_norm_inference is no longer used as batch_norm gets decomposed into several scalar operations in simplify_inference pass

Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers.

* rm topi/include/topi/nn/batch_norm.h
* rm topi/python/topi/nn/batch_norm.py
* rm `#include <top/nn/batch_norm.h>` in topi/src/topi.cc
* rm `from .batch_norm import *` in topi/python/topi/nn/__init__.py

see issue apache#2470

> `batch_norm_inference` is no longer used as `batch_norm` gets decomposed into several scalar operations in `simplify_inference` pass
@headupinclouds headupinclouds changed the title remove batch_norm_inference [TOPI] remove batch_norm_inference Feb 19, 2019
@tqchen tqchen merged commit 80f8e98 into apache:master Feb 19, 2019
@tqchen
Copy link
Member

tqchen commented Feb 19, 2019

Thanks @headupinclouds , this is now merged

@headupinclouds headupinclouds deleted the pr.issue.2470 branch February 19, 2019 20:17
wweic pushed a commit to neo-ai/tvm that referenced this pull request Feb 20, 2019
@yzhliu yzhliu mentioned this pull request Mar 2, 2019
28 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants