ArmNN
 20.11
NormalizationParameters Struct Reference

#include <ImageTensorGenerator.hpp>

Public Attributes

float scale { 1.0 }
 
std::array< float, 3 > mean { { 0.0, 0.0, 0.0 } }
 
std::array< float, 3 > stddev { { 1.0, 1.0, 1.0 } }
 

Detailed Description

Definition at line 18 of file ImageTensorGenerator.hpp.

Member Data Documentation

◆ mean

std::array<float, 3> mean { { 0.0, 0.0, 0.0 } }

◆ scale

float scale { 1.0 }

◆ stddev

std::array<float, 3> stddev { { 1.0, 1.0, 1.0 } }

The documentation for this struct was generated from the following file: