Searched refs:compFp32WithTData (Results 1 - 4 of 4) sorted by relevance
/third_party/mindspore/test/utils/ |
H A D | common.h | 28 bool compFp32WithTData(float *actualOutputData,
|
H A D | model_utils.cpp | 153 printf("==========compFp32WithTData==========\n"); in CompareResult() 155 bool result = compFp32WithTData(outputData, outputFile, atol, rtol, false); in CompareResult()
|
H A D | common.cpp | 306 * compFp32WithTData: compare the data with the data in hisi .t file 315 bool compFp32WithTData(float *actualOutputData, const std::string& expectedDataFile, in compFp32WithTData() function
|
/third_party/mindspore/test/unittest/ |
H A D | mindspore_unit_test.cpp | 315 printf("==========compFp32WithTData==========\n"); in HWTEST() 317 bool result = compFp32WithTData(outputData, expectedDataFile, 0.01, 0.01, false); in HWTEST() 439 printf("==========compFp32WithTData==========\n"); in HWTEST() 440 bool result = compFp32WithTData(outputData, g_testFilesDir + "ml_face_isface0.output", 0.01, 0.01, false); in HWTEST()
|
Completed in 5 milliseconds