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 | 333 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()
|
| D | ohos_c_api_test_mslite.cpp | 1987 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);
|