ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Dump.h File Reference
#include <coco/IR.h>

Go to the source code of this file.

Functions

void dump (const coco::Module *module)
 

Function Documentation

◆ dump()

void dump ( const coco::Module module)

Definition at line 362 of file Dump.cpp.

363{
364 std::cout << "<Module>" << std::endl;
365
366 dump(module->block(), 1);
367 dump(module->input(), 1);
368 dump(module->output(), 1);
369 dump(module->entity()->bag(), 1);
370 dump(module->entity()->object(), 1);
371}
void dump(const coco::Op *op, int indent)
Definition Dump.cpp:177

References dump().