ONE - On-device Neural Engine
|
#include "mir/TensorType.h"
#include <deque>
#include <string>
#include <limits>
#include <vector>
#include "mir/Operations.inc"
Go to the source code of this file.
Data Structures | |
class | mir::Operation |
struct | mir::Operation::Use |
Represents a use of an operation output. More... | |
class | mir::Operation::Output |
Represents an output of a node. More... | |
Namespaces | |
namespace | mir |
Macros | |
#define | HANDLE_OP(OpType, OpClass) OpType, |
Functions | |
const std::string & | mir::getTypeName (Operation::Type type) |
#define HANDLE_OP | ( | OpType, | |
OpClass | |||
) | OpType, |
Definition at line 37 of file Operation.h.