1 Star 0 Fork 1

Arthur/TensorFlowSharp

forked from wwwlib/TensorFlowSharp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
Miguel de Icaza 提交于 2019-05-01 13:29 . Update API docs to 1.13
all: doc-update yaml
rebuild-docs: docs/template
mdoc export-html --force-update -o docs --template=docs/template ecmadocs/en/
# Used to fetch XML doc updates from the C# compiler into the ECMA docs
doc-update:
mdoc update -i TensorFlowSharp/bin/Debug/TensorFlowSharp.xml -o ecmadocs/en TensorFlowSharp/bin/Debug/net471/TensorFlowSharp.dll
yaml:
-rm ecmadocs/en/ns-.xml
mono /cvs/ECMA2Yaml/ECMA2Yaml/ECMA2Yaml/bin/Debug/ECMA2Yaml.exe --source=`pwd`/ecmadocs/en --output=`pwd`/docfx/api
(cd docfx; mono ~/Downloads/docfx/docfx.exe build)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/M2M2M/TensorFlowSharp.git
git@gitee.com:M2M2M/TensorFlowSharp.git
M2M2M
TensorFlowSharp
TensorFlowSharp
master

搜索帮助