mlprodict icon indicating copy to clipboard operation
mlprodict copied to clipboard

Support symbolic function with ShapeInference

Open sdpython opened this issue 4 years ago • 0 comments

The idea behind is to use a symbolic function to determine the output of every node assuming it depends on the input size. Module sympy can be used to do that. As a result, we could determine the derivative dShape(node i) / dN and check if this derivative is null. Then, it is easier to reduce memory footprint.

sdpython avatar Feb 01 '21 10:02 sdpython