[examples/python/pytorch] added batchnorm cpp extension

This commit is contained in:
Philippe Tillet
2019-07-09 20:59:04 -07:00
parent b7986baffa
commit 63b249c1d6
6 changed files with 214 additions and 206 deletions

View File

@@ -73,7 +73,6 @@ public:
if(OP == triton::dnn::shift::BPROP)
std::swap(C, F);
}
}
void Compute(OpKernelContext* context){