#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.
◆ 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 }