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

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 */