17 #include "fastdeploy/core/fd_tensor.h"    27 FASTDEPLOY_DECL 
void IsNan(
const FDTensor& x, FDTensor* out,
    28                            FDDataType dtype = FDDataType::BOOL);
    35 FASTDEPLOY_DECL 
void IsInf(
const FDTensor& x, FDTensor* out,
    36                            FDDataType dtype = FDDataType::BOOL);
    43 FASTDEPLOY_DECL 
void IsFinite(
const FDTensor& x, FDTensor* out,
    44                               FDDataType dtype = FDDataType::BOOL);
 void IsFinite(const FDTensor &x, FDTensor *out, FDDataType dtype)
Definition: isfinite.cc:105
void IsNan(const FDTensor &x, FDTensor *out, FDDataType dtype)
Definition: isfinite.cc:95
All C++ FastDeploy APIs are defined inside this namespace. 
Definition: option.h:16
void IsInf(const FDTensor &x, FDTensor *out, FDDataType dtype)
Definition: isfinite.cc:100