Searched refs:HexagonDelegateKernel (Results 1 – 3 of 3) sorted by relevance
42 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 …]
68 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()
42 class HexagonDelegateKernel : public SimpleDelegateKernelInterface {44 explicit HexagonDelegateKernel(const ::TfLiteHexagonDelegateOptions& params) in HexagonDelegateKernel() function57 ~HexagonDelegateKernel() override;