Searched refs:expectedDataFile (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_common.h | 43 const std::string &expectedDataFile, float rtol, 48 const std::string &expectedDataFile, float rtol,
|
H A D | ohos_common.cpp | 327 * expectedDataFile: the path of hisi .t result file 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()
|
H A D | ohos_c_api_test_mslite.cpp | 1987 string expectedDataFile = "/data/test/ml_face_isface" + std::to_string(i) + ".output"; in HWTEST() local 1988 bool result = compFp32WithTData(output_data, expectedDataFile, 0.01, 0.01, false); in HWTEST() 2760 string expectedDataFile = "/data/test/aiy_vision_classifier_plants_V1_3" + std::to_string(i) + ".output"; in HWTEST() local 2761 bool result = compUint8WithTData(output_data, expectedDataFile, 0.01, 0.01, false); in HWTEST()
|
Completed in 26 milliseconds