[PYTHON][OPS] Added batch normalization op

This commit is contained in:
Philippe Tillet
2019-10-29 17:29:11 -04:00
parent d9eacf937c
commit d65a94c768
9 changed files with 108 additions and 34 deletions

View File

@@ -77,7 +77,7 @@ class CMakeBuild(build_ext):
pass
cfg = 'Debug' if self.debug else 'Release'
cfg = 'Release'
#cfg = 'Release'
build_args = ['--config', cfg]
if platform.system() == "Windows":