File: update_doc.bat

package info (click to toggle)
onnx 1.20.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,544 kB
  • sloc: python: 77,643; cpp: 60,445; sh: 52; makefile: 51; javascript: 1
file content (19 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
REM Copyright (c) ONNX Project Contributors

:: SPDX-License-Identifier: Apache-2.0

:: Run this script from ONNX root directory under Anaconda.
set CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=ON"
set ONNX_ML=1

python onnx\gen_proto.py -l

python onnx\gen_proto.py -l --ml

python setup.py develop

python onnx\backend\test\cmd_tools.py generate-data

python onnx\backend\test\stat_coverage.py

python onnx\defs\gen_doc.py