20 #include "fastdeploy/core/config.h" 21 #include "fastdeploy/utils/utils.h" 25 enum FASTDEPLOY_DECL FDDataType {
51 FASTDEPLOY_DECL std::ostream& operator<<(std::ostream& out,
52 const FDDataType& fdt);
54 FASTDEPLOY_DECL std::string Str(
const FDDataType& fdt);
56 FASTDEPLOY_DECL int32_t FDDataTypeSize(
const FDDataType& data_dtype);
58 template <
typename PlainType>
59 struct FASTDEPLOY_DECL TypeToDataType {
60 static const FDDataType dtype;
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16