ArmNN  NotReleased
ICaffeParser.hpp File Reference
#include "armnn/Types.hpp"
#include "armnn/NetworkFwd.hpp"
#include "armnn/Tensor.hpp"
#include "armnn/INetwork.hpp"
#include <memory>
#include <map>
#include <vector>

Go to the source code of this file.

Classes

class  ICaffeParser
 

Namespaces

 armnnCaffeParser
 

Typedefs

using BindingPointInfo = armnn::BindingPointInfo
 
using ICaffeParserPtr = std::unique_ptr< ICaffeParser, void(*)(ICaffeParser *parser)>