Home
last modified time | relevance | path

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

/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_c_api_test_mslite.cpp41 …ol PrintBeforeCallback(const OH_AI_TensorHandleArray inputs, const OH_AI_TensorHandleArray outputs, in PrintBeforeCallback()
48 bool PrintAfterCallback(const OH_AI_TensorHandleArray inputs, const OH_AI_TensorHandleArray outputs, in PrintAfterCallback()
213 void CompareResult(OH_AI_TensorHandleArray outputs, string model_name, float atol = 0.01, float rto… in CompareResult()
263 OH_AI_TensorHandleArray outputs; in ModelPredict() local
841 OH_AI_TensorHandleArray outputs = OH_AI_ModelGetOutputs(model); variable
893 OH_AI_TensorHandleArray outputs; variable
1001 OH_AI_TensorHandleArray outputs; variable
1023 OH_AI_TensorHandleArray outputs; variable
1082 OH_AI_TensorHandleArray outputs; variable
1127 OH_AI_TensorHandleArray outputs; variable
[all …]
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
Dhdi_model_run_test.cpp57 std::vector<V2_0::IOTensor> outputs; in AddModelTest() local
171 std::vector<V2_0::IOTensor> outputs; variable
210 std::vector<V2_0::IOTensor> outputs; variable
382 std::vector<V2_0::IOTensor> outputs; variable
Dhdi_model_prepare_test.cpp660 std::vector<V2_0::IOTensor> outputs; variable
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
Dhdi_model_run_test.cpp57 std::vector<V1_0::IOTensor> outputs; in AddModelTest() local
172 std::vector<V1_0::IOTensor> outputs; variable
211 std::vector<V1_0::IOTensor> outputs; variable
381 std::vector<V1_0::IOTensor> outputs; variable
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp60 std::vector<V2_0::IOTensor> outputs; in RunModelTest() local
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp60 std::vector<V1_0::IOTensor> outputs; in RunModelTest() local
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dmock_idevice.cpp275 … MockIPreparedModel::Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs, in Run()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dmock_idevice.cpp280 … MockIPreparedModel::Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs, in Run()