• bpickrel's avatar
    scatter operator refactoring to include reduction (#1124) · 701c2014
    bpickrel authored
    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.
    701c2014
test_scatter1.cpp 873 Bytes