You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 301 B

123456789101112
  1. ### How to compile CSharp Native Interface
  2. git clone https://github.com/tensorflow/tensorflow
  3. `cd tensorflow/tensorflow`
  4. copy `csharp` folder to `tensorflow`, the csharp folder should be in the same parent directory with other language binding.
  5. `cd csharp`
  6. `bazel build //tensorflow/csharp:csni`