Home
last modified time | relevance | path

Searched refs:HexagonDelegateKernel (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate_kernel.cc40 void HexagonDelegateKernel::ReportError(TfLiteContext* context, in ReportError()
46 TfLiteStatus HexagonDelegateKernel::Init(TfLiteContext* context, in Init()
89 TfLiteStatus HexagonDelegateKernel::Eval(TfLiteContext* context, in Eval()
160 TfLiteStatus HexagonDelegateKernel::ResizeOutputTensors(TfLiteContext* context, in ResizeOutputTensors()
190 TfLiteStatus HexagonDelegateKernel::Prepare(TfLiteContext* context, in Prepare()
239 TfLiteStatus HexagonDelegateKernel::BuildGraph( in BuildGraph()
287 HexagonDelegateKernel::~HexagonDelegateKernel() { in ~HexagonDelegateKernel()
293 void HexagonDelegateKernel::PrintLog() { in PrintLog()
304 void HexagonDelegateKernel::PrintPerformanceData(Profiler* profiler) { in PrintPerformanceData()
337 void HexagonDelegateKernel::PrintDebuggingGraph() { in PrintDebuggingGraph()
[all …]
Dhexagon_delegate.cc67 return std::make_unique<HexagonDelegateKernel>(params_); in CreateDelegateKernelInterface()
144 void TfLiteHexagonInit() { tflite::HexagonDelegateKernel::InitState(); } in TfLiteHexagonInit()
152 tflite::HexagonDelegateKernel::InitState(); in TfLiteHexagonInitWithPath()
154 void TfLiteHexagonTearDown() { tflite::HexagonDelegateKernel::Teardown(); } in TfLiteHexagonTearDown()
Dhexagon_delegate_kernel.h42 class HexagonDelegateKernel : public SimpleDelegateKernelInterface {
44 explicit HexagonDelegateKernel(const ::TfLiteHexagonDelegateOptions& params) in HexagonDelegateKernel() function
57 ~HexagonDelegateKernel() override;