17 #include "fastdeploy/core/fd_tensor.h" 26 FASTDEPLOY_DECL
void Sqrt(
const FDTensor& x, FDTensor* out);
32 FASTDEPLOY_DECL
void Log(
const FDTensor& x, FDTensor* out);
38 FASTDEPLOY_DECL
void Round(
const FDTensor& x, FDTensor* out);
44 FASTDEPLOY_DECL
void Exp(
const FDTensor& x, FDTensor* out);
50 FASTDEPLOY_DECL
void Abs(
const FDTensor& x, FDTensor* out);
56 FASTDEPLOY_DECL
void Ceil(
const FDTensor& x, FDTensor* out);
62 FASTDEPLOY_DECL
void Floor(
const FDTensor& x, FDTensor* out);
void Log(const FDTensor &x, FDTensor *out)
Definition: math.cc:53
void Sqrt(const FDTensor &x, FDTensor *out)
Definition: math.cc:48
void Ceil(const FDTensor &x, FDTensor *out)
Definition: math.cc:73
void Exp(const FDTensor &x, FDTensor *out)
Definition: math.cc:63
void Round(const FDTensor &x, FDTensor *out)
Definition: math.cc:58
void Abs(const FDTensor &x, FDTensor *out)
Definition: math.cc:68
void Floor(const FDTensor &x, FDTensor *out)
Definition: math.cc:78
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16