ArmNN
 20.11
CaffePreprocessor.hpp File Reference
#include "ClassifierTestCaseData.hpp"
#include <array>
#include <string>
#include <vector>
#include <memory>

Go to the source code of this file.

Classes

class  CaffePreprocessor
 

Typedefs

using ImageSet = std::pair< const std::string, unsigned int >
 Caffe requires BGR images, not normalized, mean adjusted and resized using smooth resize of STB library. More...
 

Typedef Documentation

◆ ImageSet

using ImageSet = std::pair<const std::string, unsigned int>

Caffe requires BGR images, not normalized, mean adjusted and resized using smooth resize of STB library.

Definition at line 16 of file CaffePreprocessor.hpp.