Home
last modified time | relevance | path

Searched refs:DefaultParamsForType (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dinception_preprocessing.h47 static Params DefaultParamsForType(DataType output_type) { in DefaultParamsForType() function
70 params_ = DefaultParamsForType(output_datatype); in InceptionPreprocessingStage()
Dinception_preprocessing_test.cc59 auto params = InceptionPreprocessingStage::DefaultParamsForType(DT_UINT8); in TEST()
88 auto params = InceptionPreprocessingStage::DefaultParamsForType(DT_INT8); in TEST()
117 auto params = InceptionPreprocessingStage::DefaultParamsForType(DT_FLOAT); in TEST()