22 #include "fastdeploy/runtime/backends/backend.h" 23 #include "onnxruntime_cxx_api.h" 28 ONNXTensorElementDataType GetOrtDtype(
const FDDataType& fd_dtype);
31 FDDataType GetFdDtype(
const ONNXTensorElementDataType& ort_dtype);
37 Ort::Value CreateOrtValue(FDTensor& tensor,
bool is_backend_cuda =
false);
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16