ArmNN
 21.02
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
 Caffe networks are loaded from protobuf files (binary or text) using the protobuf library and the generated code from caffe.pb.h.
 

Typedefs

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