Home
last modified time | relevance | path

Searched defs:outputs (Results 1 – 4 of 4) sorted by relevance

/test/xts/hats/ai/nnrt/hdi/nnrtFunctionTest/src/
Dhdi_model_run_test.cpp57 std::vector<V1_0::IOTensor> outputs; in AddModelTest() local
172 std::vector<V1_0::IOTensor> outputs; variable
212 std::vector<V1_0::IOTensor> outputs; variable
382 std::vector<V1_0::IOTensor> outputs; variable
/test/xts/acts/ai/mindspore/src/
Dohos_c_api_test_mslite.cpp40 …ol PrintBeforeCallback(const OH_AI_TensorHandleArray inputs, const OH_AI_TensorHandleArray outputs, in PrintBeforeCallback()
47 bool PrintAfterCallback(const OH_AI_TensorHandleArray inputs, const OH_AI_TensorHandleArray outputs, in PrintAfterCallback()
98 void CompareResult(OH_AI_TensorHandleArray outputs, string model_name) { in CompareResult()
146 OH_AI_TensorHandleArray outputs; in ModelPredict() local
720 OH_AI_TensorHandleArray outputs = OH_AI_ModelGetOutputs(model); variable
772 OH_AI_TensorHandleArray outputs; variable
880 OH_AI_TensorHandleArray outputs; variable
902 OH_AI_TensorHandleArray outputs; variable
961 OH_AI_TensorHandleArray outputs; variable
1006 OH_AI_TensorHandleArray outputs; variable
[all …]
/test/xts/hats/ai/nnrt/hdi/nnrtStabilityTest/src/
Dhdi_stability_test.cpp60 std::vector<V1_0::IOTensor> outputs; in RunModelTest() local
/test/xts/acts/ai/neural_network_runtime/common/
Dmock_idevice.cpp247 … MockIPreparedModel::Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs, in Run()