ArmNN
 25.11
Loading...
Searching...
No Matches
Deserializer.hpp File Reference
#include <armnn/INetwork.hpp>
#include <armnnDeserializer/IDeserializer.hpp>
#include <ArmnnSchema_generated.h>
#include <unordered_map>
Include dependency graph for Deserializer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDeserializer::DeserializerImpl

Namespaces

namespace  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 *