pytorch2c
pytorch2c copied to clipboard
A Python module for compiling PyTorch graphs to C
Results
1
pytorch2c issues
Sort by
recently updated
recently updated
newest added
Hello, If I would like to add AvgPool2d to emitter, which function (like SpatialDilatedMaxPooling_updateOutput for MaxPool2d) should I call? I guess I can just copy codes from MaxPool2d and change...