ONE - On-device Neural Engine
|
#include "tflchef/ModelChef.h"
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/text_format.h>
#include <iostream>
Go to the source code of this file.
Functions | |
int | entry_stream (std::istream &is) |
int | entry (int, char **) |
Dump IR for given arguments. | |
int entry | ( | int | argc, |
char ** | argv | ||
) |
Dump IR for given arguments.
Call example: $ ./build/compiler/encodump/encodump \ –frontend build/compiler/enco/frontend/caffe/libenco_caffe_frontend.so \ –frontend-arg build/compiler/enco/test/caffe/Convolution_003.prototxt \ –frontend-arg build/compiler/enco/test/caffe/Convolution_003.caffemodel
HDF5 layout is like below
GROUP "/" ㄴGROUP "name" ㄴATTRIBUTE "0" ㄴDATA (0): "input_01:0" ㄴATTRIBUTE "1" ㄴDATA (0): "input_02:0" ㄴGROUP "value" ㄴDATASET "0" ㄴDATA ... ㄴDATASET "1" ㄴDATA ...
Definition at line 60 of file Driver.cpp.
References entry_stream().
int entry_stream | ( | std::istream & | is | ) |
Definition at line 25 of file Driver.cpp.
References tflchef::cook().