16 lines
241 B
C++
16 lines
241 B
C++
//
|
|
// SelectGrad.hpp
|
|
// MNN
|
|
//
|
|
// Created by MNN on 2019/05/26.
|
|
// Copyright © 2018, Alibaba Group Holding Limited
|
|
//
|
|
|
|
#ifndef SelectGrad_hpp
|
|
#define SelectGrad_hpp
|
|
|
|
#include <stdio.h>
|
|
#include "OpGrad.hpp"
|
|
|
|
#endif /* SelectGrad_hpp */
|