Searched refs:MemoryCopy (Results 1 - 10 of 10) sorted by relevance
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | mock_idevice.h | 79 int32_t MemoryCopy(float* data, uint32_t length);
|
H A D | nnrt_utils.cpp | 246 ret = device->MemoryCopy(expect, operandTem.length); in ExecuteGraphMock() 293 ret = device->MemoryCopy(expect, operandTem.length); in ExecutorWithMemory()
|
H A D | mock_idevice.cpp | 265 int32_t MockIDevice::MemoryCopy(float* data, uint32_t length) in MemoryCopy() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | mock_idevice.h | 76 int32_t MemoryCopy(float* data, uint32_t length);
|
H A D | nnrt_utils.cpp | 246 ret = device->MemoryCopy(expect, operandTem.length); in ExecuteGraphMock() 293 ret = device->MemoryCopy(expect, operandTem.length); in ExecutorWithMemory()
|
H A D | mock_idevice.cpp | 247 int32_t MockIDevice::MemoryCopy(float* data, uint32_t length) in MemoryCopy() function in OHOS::HDI::Nnrt::V1_0::MockIDevice
|
/test/xts/acts/ai/nncore/opstest/include/ |
H A D | mock_idevice.h | 79 int32_t MemoryCopy(float* data, uint32_t length);
|
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | mock_idevice.cpp | 263 int32_t MockIDevice::MemoryCopy(float* data, uint32_t length) in MemoryCopy() function in OHOS::HDI::Nnrt::V2_1::MockIDevice
|
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/ |
H A D | ExecutorTest.cpp | 1045 ASSERT_EQ(OH_NN_SUCCESS, device->MemoryCopy(addModel.expectValue, operandTem.length)); in HWTEST_F() 1093 ASSERT_EQ(OH_NN_SUCCESS, device->MemoryCopy(addModel.expectValue, operandTem.length)); in HWTEST_F() 1146 ASSERT_EQ(OH_NN_SUCCESS, device->MemoryCopy(addModel.expectValue, operandTem.length)); in HWTEST_F() 1201 ASSERT_EQ(OH_NN_SUCCESS, device->MemoryCopy(addModel.expectValue, operandTem.length)); in HWTEST_F()
|
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
H A D | ExecutorTest.cpp | 1150 ASSERT_EQ(OH_NN_SUCCESS, device->MemoryCopy(addModel.expectValue, operandTem.length)); in HWTEST_F() 1198 ASSERT_EQ(OH_NN_SUCCESS, device->MemoryCopy(addModel.expectValue, operandTem.length)); in HWTEST_F() 1251 ASSERT_EQ(OH_NN_SUCCESS, device->MemoryCopy(addModel.expectValue, operandTem.length)); in HWTEST_F() 1306 ASSERT_EQ(OH_NN_SUCCESS, device->MemoryCopy(addModel.expectValue, operandTem.length)); in HWTEST_F()
|
Completed in 9 milliseconds