X Tutup
Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 301 Bytes

File metadata and controls

12 lines (6 loc) · 301 Bytes

How to compile CSharp Native Interface

git clone https://github.com/tensorflow/tensorflow

cd tensorflow/tensorflow

copy csharp folder to tensorflow, the csharp folder should be in the same parent directory with other language binding.

cd csharp

bazel build //tensorflow/csharp:csni

X Tutup