mirror of https://github.com/alibaba/MNN.git
8 lines
162 B
C++
8 lines
162 B
C++
|
|
#ifndef BF16Unary_hpp
|
||
|
|
#define BF16Unary_hpp
|
||
|
|
#include "BF16Functions.hpp"
|
||
|
|
namespace MNN {
|
||
|
|
MNNUnaryExecute BF16UnaryFloatSelect(int type, int precision);
|
||
|
|
};
|
||
|
|
#endif
|