Home
last modified time | relevance | path

Searched defs:delegate_params (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Ddelegate.cc136 const TfLiteDelegateParams* delegate_params) { in Prepare()
279 const TfLiteDelegateParams* delegate_params, in InitializeGraph()
342 const TfLiteDelegateParams* delegate_params, in InitializeOpenClApi()
403 TfLiteContext* context, const TfLiteDelegateParams* delegate_params, in MaybeInitializeSerializedOpenCL()
437 TfLiteContext* context, const TfLiteDelegateParams* delegate_params, in SaveSerializedOpenCL()
H A Dgl_delegate.cc132 const TfLiteDelegateParams* delegate_params) { in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_disabled.cc67 const TfLiteDelegateParams* delegate_params, in CacheDelegateKernel()
71 const TfLiteDelegateParams* delegate_params) { in MaybeGetCachedDelegateKernel()
H A Dnnapi_delegate.cc6364 const TfLiteDelegateParams* delegate_params, in CacheDelegateKernel()
6371 const TfLiteDelegateParams* delegate_params) { in MaybeGetCachedDelegateKernel()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Dserialization.cc231 const TfLiteDelegateParams* delegate_params) { in GetEntryImpl()
H A Dutils_test.cc129 TfLiteDelegateParams* delegate_params() { return &delegate_params_.front(); } in delegate_params() function in tflite::delegates::__anon7609ef290111::MockTfLiteContext
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dgpu_api_delegate.cc91 const TfLiteDelegateParams* delegate_params) { in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtest_util.cc300 const auto& delegate_params = in GetForceUseNnapi() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Doptional_debug_tools.cc545 auto* delegate_params = in PrintInterpreterState() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder.cc3279 const TfLiteDelegateParams* delegate_params, in BuildModel()
3295 TfLiteContext* context, const TfLiteDelegateParams* delegate_params, in BuildModelEnforceIO()
3369 TfLiteContext* context, const TfLiteDelegateParams* delegate_params, in BuildFinalModel()
3393 const TfLiteDelegateParams* delegate_params) { in Init()
H A Dmodel_builder_test.cc188 TfLiteDelegateParams* delegate_params() { return &delegate_params_.front(); } in delegate_params() function in tflite::gpu::__anond0a1ad020111::DelegatedInterpreter