FastDeploy  latest
Fast & Easy to Deploy!
Namespaces | Enumerations | Functions
enum_variables.h File Reference

A brief file description. More...

#include "fastdeploy/utils/utils.h"
#include <ostream>
#include <map>
Include dependency graph for enum_variables.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fastdeploy
 All C++ FastDeploy APIs are defined inside this namespace.
 

Enumerations

enum  fastdeploy::Backend {
  fastdeploy::UNKNOWN , fastdeploy::TRT, fastdeploy::PDINFER, fastdeploy::POROS,
  fastdeploy::OPENVINO, fastdeploy::LITE, fastdeploy::RKNPU2, fastdeploy::SOPHGOTPU
}
 
enum  fastdeploy::ModelFormat {
  fastdeploy::AUTOREC, fastdeploy::PADDLE, fastdeploy::ONNX, fastdeploy::RKNN,
  fastdeploy::TORCHSCRIPT, fastdeploy::SOPHGO
}
 

Functions

std::vector< Backend > fastdeploy::GetAvailableBackends ()
 Get all the available inference backend in FastDeploy.
 
bool fastdeploy::IsBackendAvailable (const Backend &backend)
 Check if the inference backend available.
 

Detailed Description

A brief file description.

More details