mirror of https://github.com/alibaba/MNN.git
15 lines
234 B
C++
15 lines
234 B
C++
|
|
//
|
||
|
|
// BatchNormGrad.hpp
|
||
|
|
// MNN
|
||
|
|
//
|
||
|
|
// Created by MNN on 2019/11/07.
|
||
|
|
// Copyright © 2018, Alibaba Group Holding Limited
|
||
|
|
//
|
||
|
|
|
||
|
|
#ifndef BatchNormGrad_hpp
|
||
|
|
#define BatchNormGrad_hpp
|
||
|
|
|
||
|
|
#include "OpGrad.hpp"
|
||
|
|
|
||
|
|
#endif /* BatchNormGrad_hpp */
|