|
25.02
|
#include <armnn/INetwork.hpp>#include <armnnDeserializer/IDeserializer.hpp>#include <ArmnnSchema_generated.h>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | IDeserializer::DeserializerImpl |
Namespaces | |
| armnnDeserializer | |
Typedefs | |
| using | ConstTensorRawPtr = const armnnSerializer::ConstTensor * |
| using | GraphPtr = const armnnSerializer::SerializedGraph * |
| using | TensorRawPtr = const armnnSerializer::TensorInfo * |
| using | Pooling2dDescriptor = const armnnSerializer::Pooling2dDescriptor * |
| using | Pooling3dDescriptor = const armnnSerializer::Pooling3dDescriptor * |
| using | NormalizationDescriptorPtr = const armnnSerializer::NormalizationDescriptor * |
| using | LstmDescriptorPtr = const armnnSerializer::LstmDescriptor * |
| using | LstmInputParamsPtr = const armnnSerializer::LstmInputParams * |
| using | QLstmDescriptorPtr = const armnnSerializer::QLstmDescriptor * |
| using | QunatizedLstmInputParamsPtr = const armnnSerializer::QuantizedLstmInputParams * |
| using | TensorRawPtrVector = std::vector< TensorRawPtr > |
| using | LayerRawPtr = const armnnSerializer::LayerBase * |
| using | LayerBaseRawPtr = const armnnSerializer::LayerBase * |
| using | LayerBaseRawPtrVector = std::vector< LayerBaseRawPtr > |
| using | UnidirectionalSequenceLstmDescriptorPtr = const armnnSerializer::UnidirectionalSequenceLstmDescriptor * |