"vscode:/vscode.git/clone" did not exist on "f1ed4c5e369dad5f8ac8b78c99ce503f4bd130d6"
scatter operator refactoring to include reduction (#1124)
Change the "scatter" struct and op to a base/child set of three: scatter_none, scatter_add, scatter_mul to mirror Onnx' ScatterElements op. and its three reduction options. (Onnx Scatter op is deprecated and is equivalent to scatter_none.) Provides both a reference op. and update to Onnx parsing. Tests updated and new test case added.
Showing
src/onnx/parse_scatter.cpp
0 → 100644
Please register or sign in to comment