This commit is contained in:
Tian Jin 2019-12-21 00:41:40 -05:00
parent 3f68c5420d
commit 701c7d7508
1 changed files with 1 additions and 1 deletions

View File

@ -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 .