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