ONE - On-device Neural Engine
|
Namespaces | |
namespace | test |
Typedefs | |
using | Phase = std::vector< std::unique_ptr< Pass > > |
Enumerations | |
enum class | PhaseEvent { PhaseBegin , PhaseEnd , PassBegin , PassEnd } |
enum class | PhaseStrategy { Saturate , Restart } |
Functions | |
std::string | pass_name (const Pass *) |
void | create_empty_test_net (loco::Graph *graph) |
using logo::Phase = typedef std::vector<std::unique_ptr<Pass> > |
|
strong |
|
strong |
void logo::create_empty_test_net | ( | loco::Graph * | graph | ) |
std::string logo::pass_name | ( | const Pass * | t | ) |
Definition at line 22 of file Pass.cpp.
References logo::Pass::name().
Referenced by exo::ProgressReporter::notify(), fme_apply::ProgressReporter::notify(), luci::ProgressReporter::notify(), luci::ModuleProgressReporter::notify(), moco::tf::ProgressReporter::notify(), exo::ProgressReporter::notify(), fme_apply::ProgressReporter::notify(), luci::ProgressReporter::notify(), luci::ModuleProgressReporter::notify(), and moco::tf::ProgressReporter::notify().