ArmNN
 25.11
Loading...
Searching...
No Matches
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

namespace  armnnTfLiteParser

Typedefs

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