Home
last modified time | relevance | path

Searched refs:apply_delegate (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc160 void SingleOpModel::AllocateAndDelegate(bool apply_delegate) { in AllocateAndDelegate() argument
168 if (apply_delegate) ApplyDelegate(); in AllocateAndDelegate()
174 bool apply_delegate, in BuildInterpreter() argument
197 apply_delegate in BuildInterpreter()
221 AllocateAndDelegate(apply_delegate); in BuildInterpreter()
Dtest_util.h484 void AllocateAndDelegate(bool apply_delegate);
494 bool apply_delegate, bool allocate_and_delegate = true);