Searched refs:expectedDataFile (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
D | ohos_common.h | 43 const std::string &expectedDataFile, float rtol, 48 const std::string &expectedDataFile, float rtol,
|
D | ohos_common.cpp | 314 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()
|
D | ohos_c_api_test_mslite.cpp | 1971 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);
|