Home
last modified time | relevance | path

Searched refs:BuildGraph (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.h68 TfLiteStatus BuildGraph(TfLiteContext* context, const NnrtDelegate::Options& options,
H A Dnnrt_delegate_kernel.cpp88 …TF_LITE_ENSURE_STATUS(BuildGraph(context, delegateOptions, params->input_tensors, params->output_t… in Init()
178 TfLiteStatus NnrtDelegateKernel::BuildGraph(TfLiteContext* context, const NnrtDelegate::Options& de… in BuildGraph() function in tflite::delegate::nnrt::NnrtDelegateKernel