ONE - On-device Neural Engine
|
#include "CustomopConfLoader.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 <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 tf2circle.cpp.
#define LOGGER | ( | name | ) | ::Logger name { ::LoggingContext::get() } |
Definition at line 87 of file tf2circle.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 206 of file tf2circle.cpp.
References entry().