#include "mim/plug/tensor/phase/fuse.h"#include "mim/def.h"#include "mim/lam.h"#include "mim/util/types.h"#include "mim/plug/core/core.h"#include "mim/plug/cps/cps.h"#include "mim/plug/tensor/tensor.h"Go to the source code of this file.
Namespaces | |
| namespace | mim |
| namespace | mim::plug |
| namespace | mim::plug::tensor |
| The tensor Plugin | |
| namespace | mim::plug::tensor::phase |
Functions | |
| static const Def * | mim::plug::tensor::phase::compose_map (World &w, const Def *inner, const Def *outer) |
| inner ∘ outer: feeds the outer op's read coordinates for one input into the inner op's access map. | |