diff --git a/src/compiler/dialect/onnx/onnx.td b/src/compiler/dialect/onnx/onnx.td index 0ca302e..e8478a6 100644 --- a/src/compiler/dialect/onnx/onnx.td +++ b/src/compiler/dialect/onnx/onnx.td @@ -42,7 +42,7 @@ class ONNX_Op traits = []> : //the tablegen code onnxop.in is generated with gen_doc.py //clone and install onnx // 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 //install onnx // CC=gcc CXX=g++ pip install -e .