|
ONE - On-device Neural Engine
|
#include "filesystem.h"#include <moco/LoggingContext.h>#include <moco/tf/Frontend.h>#include <exo/LoggingContext.h>#include <exo/CircleExporter.h>#include <nnkit/support/tftestinfo/TensorInfoParser.h>#include <locop/FormattedGraph.h>#include <hermes/ConsoleReporter.h>#include <hermes/EnvConfig.h>#include <memory>#include <iostream>#include <fstream>#include <functional>#include <stdexcept>#include <string>#include <vector>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 94 of file tf2nnpkg.cpp.
| #define LOGGER | ( | name | ) | ::Logger name { ::LoggingContext::get() } |
Definition at line 91 of file tf2nnpkg.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 282 of file tf2nnpkg.cpp.
References entry().