17#ifndef __ONERT_BACKEND_BUILTIN_CONFIG_H__
18#define __ONERT_BACKEND_BUILTIN_CONFIG_H__
34 static std::string
ID;
35 std::string
id()
override {
return ID; }
45 std::unique_ptr<util::ITimer>
timer()
override {
return std::make_unique<util::CPUTimer>(); }
bool supportDynamicTensor() override
std::string id() override
Returns ID of the backend.
std::unique_ptr< util::ITimer > timer() override
Returns Timer object for this backend. For some computing units, it may need its own Timer implementa...
bool supportFP16() override
bool initialize() override
Initialize the backend. This is called as soon as the backend is loaded.
bool supportPermutation() override