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.cpp333 bool compFp32WithTData(float *actualOutputData, const std::string& expectedDataFile, in compFp32WithTData() argument
339 reinterpret_cast<float *>(readTestDataFile(expectedDataFile, ptr_dim_info)); in compFp32WithTData()
361 bool compUint8WithTData(uint8_t *actualOutputData, const std::string& expectedDataFile, in compUint8WithTData() argument
366 auto dataFile = readTestDataFile(expectedDataFile, ptr_dim_info); in compUint8WithTData()
Dohos_c_api_test_mslite.cpp1987 string expectedDataFile = "/data/test/ml_face_isface" + std::to_string(i) + ".output"; variable
1988 bool result = compFp32WithTData(output_data, expectedDataFile, 0.01, 0.01, false);
2760 …string expectedDataFile = "/data/test/aiy_vision_classifier_plants_V1_3" + std::to_string(i) + ".o… variable
2761 bool result = compUint8WithTData(output_data, expectedDataFile, 0.01, 0.01, false);