clean up
This commit is contained in:
parent
3f68c5420d
commit
701c7d7508
|
@ -42,7 +42,7 @@ class ONNX_Op<string mnemonic, list<OpTrait> traits = []> :
|
||||||
//the tablegen code onnxop.in is generated with gen_doc.py
|
//the tablegen code onnxop.in is generated with gen_doc.py
|
||||||
//clone and install onnx
|
//clone and install onnx
|
||||||
// git clone --recursive https://github.com/onnx/onnx.git
|
// git clone --recursive https://github.com/onnx/onnx.git
|
||||||
// set up env for anaconda3 and for DLC (BOOSTROOT, cmake, gcc ...)
|
// set up env for anaconda3 and for ONNF (BOOSTROOT, cmake, gcc ...)
|
||||||
// cd onnx
|
// cd onnx
|
||||||
//install onnx
|
//install onnx
|
||||||
// CC=gcc CXX=g++ pip install -e .
|
// CC=gcc CXX=g++ pip install -e .
|
||||||
|
|
Loading…
Reference in New Issue