Browse Source

Update tensorflowlib/README.md, add more details about how to export c APIs for linux

tags/v0.20
Will Haiping Chen 5 years ago
parent
commit
58873edb96
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tensorflowlib/README.md

+ 2
- 2
tensorflowlib/README.md View File

@@ -81,5 +81,5 @@ TF_CAPI_EXPORT extern void UpdateEdge(TF_Graph* graph, TF_Output new_src, TF_Inp
TF_CAPI_EXPORT extern void RemoveAllControlInputs(TF_Graph* graph, TF_Operation* op);
```

For Linux version, these APIs symbols should also be put into `tensorflow/c/version_script.lds` to be exported.
Please refer to commit `https://github.com/SciSharp/tensorflow/commit/58122da06be3e7707500ad889dfd5c760a3e0424`

Loading…
Cancel
Save