This gist describes how to create private branch (downstream) of a public repository (upstream).
$ git init private-repo
$ cd private-repoThe following steps shows how to cross compiling ONNX Runtime on Ubuntu for Raspberry Pi with docker.
In the name of God
This gist contains implementation of Embedding Similarity Measurement in C++ and Python.
| #################################################################################################### | |
| # This function converts any file into C/C++ source code. | |
| # Example: | |
| # - input file: data.dat | |
| # - output file: data.h | |
| # - variable name declared in output file: DATA | |
| # - data length: sizeof(DATA) | |
| # embed_resource("data.dat" "data.h" "DATA") | |
| #################################################################################################### |