ONE - On-device Neural Engine
|
#include <moco/Names.h>
#include <loco.h>
#include <tensorflow/core/framework/graph.pb.h>
#include <map>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | moco::NodeDefTable |
Class to store and query tensorflow::NodeDef* with string name key. More... | |
class | moco::SymbolTable |
Class to store and query loco::Node* with string name key. More... | |
class | moco::GraphUpdate |
Interface to connect the graph. More... | |
class | moco::UpdateQueue |
Class to store GraphUpdate objects. More... | |
class | moco::GraphBuilderContext |
Class to store context to build loco graph IR from TensorFlow. More... | |
Namespaces | |
namespace | moco |