|
ONE - On-device Neural Engine
|
#include "CustomopConfLoader.h"#include <moco/LoggingContext.h>#include <moco/tf/Frontend.h>#include <exo/LoggingContext.h>#include <exo/TFLExporter.h>#include <nnkit/support/tftestinfo/TensorInfoParser.h>#include <locop/FormattedGraph.h>#include <hermes/ConsoleReporter.h>#include <hermes/EnvConfig.h>#include <cassert>#include <memory>#include <iostream>#include <stdexcept>#include <string>Go to the source code of this file.
Macros | |
| #define | LOGGER(name) ::Logger name { ::LoggingContext::get() } |
| #define | INFO(name) HERMES_INFO(name) |
Functions | |
| int | main (int argc, char **argv) |
| #define INFO | ( | name | ) | HERMES_INFO(name) |
Definition at line 90 of file Driver.cpp.
| #define LOGGER | ( | name | ) | ::Logger name { ::LoggingContext::get() } |
Definition at line 87 of file Driver.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 92 of file Driver.cpp.
References moco::ModelSignature::add_input(), moco::ModelSignature::add_output(), hermes::Context::config(), exo::TFLExporter::dumpToFile(), exo::LoggingContext::get(), moco::LoggingContext::get(), INFO, info, nnkit::support::tftestinfo::ParsedTensor::Input, tf2tflite::load_customop_conf(), LOGGER, moco::TensorName::name(), nnkit::support::tftestinfo::ParsedTensor::Output, nnkit::support::tftestinfo::parse(), and moco::ModelSignature::shape().