MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
normalizers.cpp
Go to the documentation of this file.
1#include "mim/world.h"
2
4
6
7const Def* normalize_dot(const Def*, const Def*, const Def* ) {
8 return nullptr;
9}
10
12
13} // namespace mim::plug::tensor
Base class for all Defs.
Definition def.h:198
The tensor Plugin
const Def * normalize_dot(const Def *, const Def *, const Def *)
#define MIM_tensor_NORMALIZER_IMPL
Definition autogen.h:99