:py:mod:`pycasx.cli.convert_to_onnx` ==================================== .. py:module:: pycasx.cli.convert_to_onnx .. autoapi-nested-parse:: Translate the NNet files into ONNX files. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pycasx.cli.convert_to_onnx.convert_to_onnx Attributes ~~~~~~~~~~ .. autoapisummary:: pycasx.cli.convert_to_onnx.ROOT_FOLDER pycasx.cli.convert_to_onnx.HCAS_FOLDER pycasx.cli.convert_to_onnx.VCAS_FOLDER pycasx.cli.convert_to_onnx.cs .. py:data:: ROOT_FOLDER .. py:data:: HCAS_FOLDER .. py:data:: VCAS_FOLDER .. py:data:: cs .. py:function:: convert_to_onnx(cfg) Convert NNet to onnx. Search for all .NNet files in the default directory and convert them to onnx model files. :param cfg: The configuration for the onnx command. :type cfg: ONNXConfig