ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
namespace | mir |
Macros | |
#define | HANDLE_OP(OpType, OpClass) void Visitor::visit(ops::OpClass &op) { visit_fallback(op); } |
#define HANDLE_OP | ( | OpType, | |
OpClass | |||
) | void Visitor::visit(ops::OpClass &op) { visit_fallback(op); } |
Definition at line 24 of file Visitor.cpp.