Home
last modified time | relevance | path

Searched refs:ResizingMethods (Results 1 – 4 of 4) sorted by relevance

/external/armnn/tests/
DInferenceTestImage.hpp62 enum class ResizingMethods enum in InferenceTestImage
93 const ResizingMethods meth = ResizingMethods::STB,
DInferenceTestImage.cpp212 const ResizingMethods meth, in Resize()
225 case ResizingMethods::STB: in Resize()
230 case ResizingMethods::BilinearAndNormalized: in Resize()
DImagePreprocessor.cpp33 InferenceTestImage::ResizingMethods::BilinearAndNormalized, in GetLabelAndResizedImageAsFloat()
/external/armnn/tests/ImageTensorGenerator/
DImageTensorGenerator.hpp112 … InferenceTestImage::ResizingMethods::BilinearAndNormalized, normParams.mean, in PrepareImageTensor()