| /test/xts/acts/ai_lite/ai_engine_posix/base/src/aie_client/ |
| D | AieClientDestroyFunctionTest.cpp | 50 AlgorithmInfo algorithmInfo; in TestAieClientDestroy() local 52 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientDestroy() 58 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientDestroy() 73 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientDestroy() 81 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientDestroy() 86 … int syncProcessReturnCode = AieClientSyncProcess(clientInfo, algorithmInfo, syncProcessInputInfo, in TestAieClientDestroy() 95 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientDestroy() 125 AlgorithmInfo algorithmInfo; variable 127 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); 133 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb);
|
| D | AieClientSyncProcessShareMemoryFunctionTest.cpp | 57 AlgorithmInfo algorithmInfo; in TestAieClientSyncProcess() local 59 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientSyncProcess() 65 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientSyncProcess() 81 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientSyncProcess() 88 … int syncProcessReturnCode = AieClientSyncProcess(clientInfo, algorithmInfo, syncProcessInputInfo, in TestAieClientSyncProcess() 99 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientSyncProcess()
|
| D | AieClientReleaseFunctionTest.cpp | 51 AlgorithmInfo algorithmInfo; in TestAieClientRelease() local 53 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientRelease() 59 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientRelease() 74 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientRelease() 83 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientRelease() 88 … int syncProcessReturnCode = AieClientSyncProcess(clientInfo, algorithmInfo, syncProcessInputInfo, in TestAieClientRelease() 99 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientRelease()
|
| D | AieClientAsyncProcessFunctionTest.cpp | 62 AlgorithmInfo algorithmInfo; in TestAieClientAsyncProcess() local 64 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientAsyncProcess() 70 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientAsyncProcess() 85 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientAsyncProcess() 91 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientAsyncProcess() 99 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientAsyncProcess()
|
| D | AieClientSyncProcessFunctionTest.cpp | 57 AlgorithmInfo algorithmInfo; in TestAieClientSyncProcess() local 59 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientSyncProcess() 65 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientSyncProcess() 81 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientSyncProcess() 88 … int syncProcessReturnCode = AieClientSyncProcess(clientInfo, algorithmInfo, syncProcessInputInfo, in TestAieClientSyncProcess() 99 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientSyncProcess()
|
| D | AieClientPrepareFunctionTest.cpp | 57 AlgorithmInfo algorithmInfo; in TestAieClientPrepare() local 59 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientPrepare() 65 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientPrepare() 96 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, inputInfo, outputInfo, callbac… in TestAieClientPrepare() 103 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientPrepare()
|
| D | AieClientSetOptionFunctionTest.cpp | 59 AlgorithmInfo algorithmInfo; in TestAieClientSetOption() local 61 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientSetOption() 67 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientSetOption() 82 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientSetOption() 121 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientSetOption() 151 AlgorithmInfo algorithmInfo; in TestAieClientSetOptionWithoutPrepare() local 153 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientSetOptionWithoutPrepare() 159 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientSetOptionWithoutPrepare()
|
| D | AieClientInitFunctionTest.cpp | 55 AlgorithmInfo algorithmInfo; in TestAieClientInit() local 57 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientInit() 65 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientInit()
|
| /test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/ |
| D | aie_client_common.cpp | 71 void GetSyncAlgorithmInfo(AlgorithmInfo &algorithmInfo, bool isAsync, int algorithmType) in GetSyncAlgorithmInfo() argument 77 algorithmInfo = { in GetSyncAlgorithmInfo()
|
| D | aie_client_common.h | 44 void GetSyncAlgorithmInfo(AlgorithmInfo &algorithmInfo, bool isAsync, int algorithmType);
|