check#
check_installation#
- onnx_extended.check_installation(ortops: bool = False, ortcy: bool = False, val: bool = False, verbose: bool = False)[source]#
Quickly checks the installation works.
- Parameters:
ortops – checks that custom ops on CPU are working
ortcy – checks that OrtSession is working (cython bindings of onnxruntime)
val – checks that a couple of functions in submodule validation are working
verbose – prints out which verifications is being processed