Classes
-
namespace edge
-
namespace qnn
- class Backend Class for handling QNN backends.
- class Config A class template for managing QNN backend configurations.
- class Graph Class for managing QNN graphs.
- class ModelImpl final Implementation of the Model interface for QNN models.
- class TensorImpl final Concrete implementation of the Tensor interface for QNN.
-
namespace tflite
- class ModelImpl final Implementation of the Model interface for TensorFlow Lite models.
- class TensorImpl final Concrete implementation of the Tensor interface for TensorFlow Lite.
- class Model A base class for machine learning models.
- class Tensor A base class for representing a tensor object.
-
namespace qnn