ONE - On-device Neural Engine
|
#include "circlechef/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 **) |
int entry | ( | int | argc, |
char ** | argv | ||
) |
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 circlechef::cook().
Referenced by entry().