|
ONE - On-device Neural Engine
|
#include <iostream>#include <fstream>#include <cassert>Go to the source code of this file.
Functions | |
| int | fileToArray (const std::string &source, const std::string &dest, const std::string &arrName) |
| std::string | extractFileName (std::string path) |
| int | main (int argc, char *argv[]) |
| std::string extractFileName | ( | std::string | path | ) |
Definition at line 73 of file def2src.cpp.
Referenced by main().
| int fileToArray | ( | const std::string & | source, |
| const std::string & | dest, | ||
| const std::string & | arrName | ||
| ) |
Definition at line 21 of file def2src.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 86 of file def2src.cpp.
References extractFileName(), and fileToArray().