"src/vscode:/vscode.git/clone" did not exist on "c362e7fa66a36b7c4a81f340f279239b25dd7101"
  • Brian Pickrell's avatar
    Fix dyn pooling (#1768) · 7b8a28f5
    Brian Pickrell authored
    Adds support for dynamic input shape in pooling operator along with auto-padding. This combination requires that the padding (and therefore the output shape) can't be computed until runtime.
    7b8a28f5
pad_calc.cpp 6.07 KB