Searched refs:InceptionPreprocessingStage (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/ |
D | inception_preprocessing_test.cc | 59 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()
|
D | inception_preprocessing.h | 32 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
|
D | inception_preprocessing.cc | 49 void InceptionPreprocessingStage::AddToGraph(const Scope& scope, in AddToGraph()
|
D | imagenet_model_evaluator.cc | 197 InceptionPreprocessingStage inc(image_height, image_width, in EvaluateModelForShard()
|