Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.cpp79 NnrtDelegate::Options delegateOptions; in Init() local
117 NnrtDelegate::Options delegateOptions; in Prepare() local
178 …nrtDelegateKernel::BuildGraph(TfLiteContext* context, const NnrtDelegate::Options& delegateOptions, in BuildGraph()
229 const NnrtDelegate::Options& delegateOptions) in AddOpsAndTensors()
386 …tDelegateKernel::SetNnOptions(TfLiteContext* context, const NnrtDelegate::Options& delegateOptions) in SetNnOptions()
H A Dnnrt_utils.cpp88 bool IsUseTargetDevice(NnrtDelegate::Options delegateOptions, bool excludeNnrtReference) in IsUseTargetDevice()
106 NnrtDelegate::Options delegateOptions; in GetTargetDevice() local
H A Dnnrt_delegate.cpp242 NnrtDelegate::Options delegateOptions; in CheckDeviceValid() local
292 NnrtDelegate::Options delegateOptions; in DoPrepare() local
H A Dnnrt_op_builder.h51 NnrtDelegate::Options delegateOptions; member