17 #include "fastdeploy/core/fd_tensor.h" 26 FASTDEPLOY_DECL
void Softmax(
const FDTensor& x, FDTensor* out,
int axis = -1);
void Softmax(const FDTensor &x, FDTensor *out, int axis)
Definition: softmax.cc:115
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16