Home
last modified time | relevance | path

Searched defs:nnrt (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp48 NnrtApi nnrt; in LoadNnrt() local
106 static const NnrtApi nnrt = LoadNnrt(); in NnrtImplementation() local
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate.cpp29 NnrtDelegate::Data::Data(const NnrtApi* nnrt) : nnrt(nnrt) {} in Data()
58 NnrtDelegate::NnrtDelegate(const NnrtApi* nnrt) : NnrtDelegate(nnrt, Options()) {} in NnrtDelegate()
62 NnrtDelegate::NnrtDelegate(const NnrtApi* nnrt, const Options& options) in NnrtDelegate()
236 const NnrtApi* nnrt = delegateData->nnrt; in CheckDeviceValid() local
261 const NnrtApi* nnrt = delegateData->nnrt; in DoPrepare() local
H A Dnnrt_delegate_kernel.h35 explicit NnrtDelegateKernel(const NnrtApi* nnrt) in NnrtDelegateKernel()
H A Dnnrt_utils.cpp101 TfLiteStatus GetTargetDevice(TfLiteContext* context, TfLiteDelegate* delegate, const NnrtApi* nnrt,… in GetTargetDevice()
186 namespace nnrt { namespace
H A Dnnrt_delegate.h91 const NnrtApi* nnrt = nullptr; member
H A Dnnrt_op_builder.cpp29 namespace nnrt { namespace
35 NnrtOpBuilder::NnrtOpBuilder(const NnrtApi* nnrt, NnrtOpBuilderArgs& opBuilderArgs) in NnrtOpBuilder()
H A Dnnrt_delegate_kernel.cpp41 namespace nnrt { namespace