Home
last modified time | relevance | path

Searched refs:operandOut (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
H A DExecutorTest.cpp582 const OHNNOperandTest &operandOut = graphArgs.operands[3]; in HWTEST_F() local
583 ASSERT_EQ(OH_NN_SUCCESS, OH_NNExecutor_SetOutput(executor, outputIndex, operandOut.data, operandOut.length)); in HWTEST_F()
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
H A DExecutorTest.cpp687 const OHNNOperandTest &operandOut = graphArgs.operands[3]; in HWTEST_F() local
688 ASSERT_EQ(OH_NN_SUCCESS, OH_NNExecutor_SetOutput(executor, outputIndex, operandOut.data, operandOut.length)); in HWTEST_F()
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp1072 const OHNNOperandTest &operandOut = graphArgs.operands[PARAM_3]; in OHNNExecutorSetOutputOne() local
1074 OH_NNExecutor_SetOutput(executor, outputIndex, operandOut.data, operandOut.length); in OHNNExecutorSetOutputOne()

Completed in 9 milliseconds