ArmNN
 21.11
ImagePreprocessor.hpp File Reference
#include "ClassifierTestCaseData.hpp"
#include <array>
#include <string>
#include <vector>
#include <memory>

Go to the source code of this file.

Classes

class  ImagePreprocessor< TDataType >
 

Typedefs

using ImageSet = std::pair< const std::string, unsigned int >
 Tf requires RGB images, normalized in range [0, 1] and resized using Bilinear algorithm. More...
 

Typedef Documentation

◆ ImageSet

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

Tf requires RGB images, normalized in range [0, 1] and resized using Bilinear algorithm.

Definition at line 17 of file ImagePreprocessor.hpp.