Class Decomposer

Class Documentation

class cinn::frontend::Decomposer

Public Types

using DecomposerKernel = std::function<void(const Instruction &instr, const DecomposerContext&)>

Public Functions

Decomposer &SetBody(const DecomposerKernel &kernel)
void Run(const Instruction &instr, const DecomposerContext &context) const

Public Members

std::string name