Files
2026-07-13 13:33:03 +08:00

15 lines
222 B
C++

//
// BinaryGrad.hpp
// MNN
//
// Created by MNN on 2019/05/04.
// Copyright © 2018, Alibaba Group Holding Limited
//
#ifndef BinaryGrad_hpp
#define BinaryGrad_hpp
#include "OpGrad.hpp"
#endif /* BinaryGrad_hpp */