Home
last modified time | relevance | path

Searched refs:MemoryCopy (Results 1 - 10 of 10) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.h79 int32_t MemoryCopy(float* data, uint32_t length);
H A Dnnrt_utils.cpp246 ret = device->MemoryCopy(expect, operandTem.length); in ExecuteGraphMock()
293 ret = device->MemoryCopy(expect, operandTem.length); in ExecutorWithMemory()
H A Dmock_idevice.cpp265 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 Dmock_idevice.h76 int32_t MemoryCopy(float* data, uint32_t length);
H A Dnnrt_utils.cpp246 ret = device->MemoryCopy(expect, operandTem.length); in ExecuteGraphMock()
293 ret = device->MemoryCopy(expect, operandTem.length); in ExecutorWithMemory()
H A Dmock_idevice.cpp247 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 Dmock_idevice.h79 int32_t MemoryCopy(float* data, uint32_t length);
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp263 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 DExecutorTest.cpp1045 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 DExecutorTest.cpp1150 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