ONE - On-device Neural Engine
|
#include "CustomopConfLoader.h"
#include <loco.h>
#include <cwrap/Fildes.h>
#include <angkor/TensorShape.h>
#include <CustomOpInfo.pb.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/text_format.h>
#include <fcntl.h>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | tf2circle |
Functions | |
void | tf2circle::load_customop_conf (const std::string &path, moco::ModelSignature &sig) |
Loads customop.conf into ModelSignature. | |