Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dinception_preprocessing_test.cc59 auto params = InceptionPreprocessingStage::DefaultParamsForType(DT_UINT8); in TEST()
60 InceptionPreprocessingStage preprocess_stage(width, height, DT_UINT8, params); in TEST()
88 auto params = InceptionPreprocessingStage::DefaultParamsForType(DT_INT8); in TEST()
89 InceptionPreprocessingStage preprocess_stage(width, height, DT_INT8, params); in TEST()
117 auto params = InceptionPreprocessingStage::DefaultParamsForType(DT_FLOAT); in TEST()
118 InceptionPreprocessingStage preprocess_stage(width, height, DT_FLOAT, params); in TEST()
Dinception_preprocessing.h32 class InceptionPreprocessingStage : public Stage {
65 InceptionPreprocessingStage(int image_width, int image_height, in InceptionPreprocessingStage() function
76 InceptionPreprocessingStage(int image_width, int image_height, in InceptionPreprocessingStage() function
Dinception_preprocessing.cc49 void InceptionPreprocessingStage::AddToGraph(const Scope& scope, in AddToGraph()
Dimagenet_model_evaluator.cc197 InceptionPreprocessingStage inc(image_height, image_width, in EvaluateModelForShard()