Home
last modified time | relevance | path

Searched refs:expectedDataFile (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_common.h43 const std::string &expectedDataFile, float rtol,
48 const std::string &expectedDataFile, float rtol,
Dohos_common.cpp314 bool compFp32WithTData(float *actualOutputData, const std::string& expectedDataFile, in compFp32WithTData() argument
320 reinterpret_cast<float *>(readTestDataFile(expectedDataFile, ptr_dim_info)); in compFp32WithTData()
342 bool compUint8WithTData(uint8_t *actualOutputData, const std::string& expectedDataFile, in compUint8WithTData() argument
347 auto dataFile = readTestDataFile(expectedDataFile, ptr_dim_info); in compUint8WithTData()
Dohos_c_api_test_mslite.cpp1971 string expectedDataFile = "/data/test/ml_face_isface" + std::to_string(i) + ".output"; variable
1972 bool result = compFp32WithTData(output_data, expectedDataFile, 0.01, 0.01, false);
2744 …string expectedDataFile = "/data/test/aiy_vision_classifier_plants_V1_3" + std::to_string(i) + ".o… variable
2745 bool result = compUint8WithTData(output_data, expectedDataFile, 0.01, 0.01, false);