ArmNN
 20.08
RecordByRecordCaffeParser.cpp File Reference
#include "RecordByRecordCaffeParser.hpp"
#include "armnn/Exceptions.hpp"
#include "armnn/Utils.hpp"
#include "GraphTopologicalSort.hpp"
#include <boost/numeric/conversion/cast.hpp>
#include <google/protobuf/wire_format.h>
#include <limits.h>
#include <sstream>
#include <fstream>

Go to the source code of this file.

Namespaces

 armnnCaffeParser
 Caffe networks are loaded from protobuf files (binary or text) using the protobuf library and the generated code from caffe.pb.h.