ArmNN
 23.11
ITfLiteParser.hpp File Reference
#include "armnn/Types.hpp"
#include "armnn/NetworkFwd.hpp"
#include "armnn/Tensor.hpp"
#include "armnn/INetwork.hpp"
#include "armnn/Optional.hpp"
#include <memory>
#include <map>
#include <vector>
Include dependency graph for ITfLiteParser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ITfLiteParser
 
struct  ITfLiteParser::TfLiteParserOptions
 

Namespaces

 armnnTfLiteParser
 

Typedefs

using BindingPointInfo = armnn::BindingPointInfo
 
using ITfLiteParserPtr = std::unique_ptr< ITfLiteParser, void(*)(ITfLiteParser *parser)>