Build Options on pytorch/CMakeLists.txt

Hello guys,

I’m looking for the build option explanation. Where can I find more on those options for build PyTorch from a source such as USE_OPENCL, USE_OPENCV, USE_SYSTEM_ONNX, USE_NNAPI, USE_NNPACK, etc…

Thank you.

The only thing I know about is at the top of the file here: https://github.com/pytorch/pytorch/blob/master/setup.py . It’s not really detailed though.