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.cc42 void HexagonDelegateKernel::ReportError(TfLiteContext* context, in ReportError()
48 TfLiteStatus HexagonDelegateKernel::Init(TfLiteContext* context, in Init()
91 TfLiteStatus HexagonDelegateKernel::Eval(TfLiteContext* context, in Eval()
162 TfLiteStatus HexagonDelegateKernel::ResizeOutputTensors(TfLiteContext* context, in ResizeOutputTensors()
192 TfLiteStatus HexagonDelegateKernel::Prepare(TfLiteContext* context, in Prepare()
243 TfLiteStatus HexagonDelegateKernel::BuildGraph( in BuildGraph()
291 HexagonDelegateKernel::~HexagonDelegateKernel() { in ~HexagonDelegateKernel()
297 void HexagonDelegateKernel::PrintLog() { in PrintLog()
308 void HexagonDelegateKernel::PrintPerformanceData(Profiler* profiler) { in PrintPerformanceData()
341 void HexagonDelegateKernel::PrintDebuggingGraph() { in PrintDebuggingGraph()
[all …]
Dhexagon_delegate.cc68 return std::make_unique<HexagonDelegateKernel>(params_); in CreateDelegateKernelInterface()
145 void TfLiteHexagonInit() { tflite::HexagonDelegateKernel::InitState(); } in TfLiteHexagonInit()
153 tflite::HexagonDelegateKernel::InitState(); in TfLiteHexagonInitWithPath()
155 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;