ONE - On-device Neural Engine
Loading...
Searching...
No Matches
KernelGeneratorBase.h File Reference
#include <assert.h>
#include <memory>
#include <functional>
#include "ir/Graph.h"
#include "ir/OperationVisitor.h"
#include "exec/FunctionSequence.h"
#include "backend/ITensorRegistry.h"
#include "ir/Operations.lst"

Go to the source code of this file.

Data Structures

class  onert::backend::basic::KernelGeneratorBase
 

Namespaces

namespace  onert
 
namespace  onert::backend
 
namespace  onert::backend::basic
 

Macros

#define OP(InternalName)
 

Macro Definition Documentation

◆ OP

#define OP (   InternalName)
Value:
void visit(const ir::operation::InternalName &) override \
{ \
throw std::runtime_error("KernelGenerator: NYI for operation '" #InternalName "'"); \
}

Definition at line 47 of file KernelGeneratorBase.h.

49 { \
50 throw std::runtime_error("KernelGenerator: NYI for operation '" #InternalName "'"); \
51 }