Home
last modified time | relevance | path

Searched refs:GetOutputNum (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dexecutor.h43 virtual size_t GetOutputNum() const = 0;
H A Dneural_network_core.cpp1525 *outputCount = executorImpl->GetOutputNum(); in OH_NNExecutor_GetOutputCount()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.h42 size_t GetOutputNum() const override;
H A Dnnexecutor.cpp139 size_t NNExecutor::GetOutputNum() const in GetOutputNum() function in OHOS::NeuralNetworkRuntime::NNExecutor
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp612 size_t ret = nnExecutor->GetOutputNum();