Is overload supported in Python? When I try doing something like : @onnx_op(op_type="CustomAdd", inputs=[PyOp.dt_float], outputs =[PyOp.dt_float]) def custom_add_float32(x, y): return np.add(x, y) @onnx_op(op_type="CustomAdd", inputs=[PyOp.dt_float16], outputs=[Py...
Functions that cannot be overloaded in C++ Hiding of all overloaded methods in base class in C++ Pass long parameter to an overloaded method in Java Use overloaded methods to print array of different types in Java How to implement Python __lt__ __gt__ custom (overloaded) operators? If I ...
Im guessing you're right about the comparison operators. Here are the required components of my configuration to reproduce the error as a docker container: # Build with docker build . -t github-test # Run with docker run -it github-test /bin/bash to explore the container # From there you...