Home
last modified time | relevance | path

Searched defs:CreateAllDelegates (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/
Devaluation_delegate_provider.h60 std::vector<TfLiteDelegatePtr> CreateAllDelegates() const { in CreateAllDelegates() function
66 std::vector<TfLiteDelegatePtr> CreateAllDelegates( in CreateAllDelegates() function
Devaluation_delegate_provider.cc121 std::vector<TfLiteDelegatePtr> DelegateProviders::CreateAllDelegates( in CreateAllDelegates() function in tflite::evaluation::DelegateProviders
/external/tensorflow/tensorflow/lite/kernels/
Dtest_delegate_providers.h59 std::vector<tools::TfLiteDelegatePtr> CreateAllDelegates() const { in CreateAllDelegates() function
Dtest_delegate_providers.cc44 KernelTestDelegateProviders::CreateAllDelegates( in CreateAllDelegates() function in tflite::KernelTestDelegateProviders
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc94 TfLiteDelegatePtrMap CreateAllDelegates() const { in CreateAllDelegates() function in tflite::label_image::DelegateProviders