Home
last modified time | relevance | path

Searched refs:IsUseTargetDevice (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_utils.h81 extern bool IsUseTargetDevice(
H A Dnnrt_utils.cpp88 bool IsUseTargetDevice(NnrtDelegate::Options delegateOptions, bool excludeNnrtReference) in IsUseTargetDevice() function
H A Dnnrt_delegate.cpp245 if (tflite::IsUseTargetDevice(delegateOptions)) { in CheckDeviceValid()
H A Dnnrt_delegate_kernel.cpp408 if (!cacheDir.empty() && (!IsUseTargetDevice(delegateOptions) || in SetNnOptions()