Home
last modified time | relevance | path

Searched refs:SetOutputTensors (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.h74 …TfLiteStatus SetOutputTensors(TfLiteContext* context, TfLiteNode* node, OH_NNExecutor* pNnExecutio…
H A Dnnrt_delegate_kernel.cpp149 TF_LITE_ENSURE_STATUS(SetOutputTensors(context, node, pNnExecution)); in Invoke()
359 TfLiteStatus NnrtDelegateKernel::SetOutputTensors(TfLiteContext* context, TfLiteNode* node, in SetOutputTensors() function in tflite::delegate::nnrt::NnrtDelegateKernel