• Charlie Lin's avatar
    Dyn ref multibroadcast; dyn binary (#1423) · d73c6d7c
    Charlie Lin authored
    Updated Multibroadcast op to have a two input version for dynamic shapes
    Current dynamic shape broadcasting logic
    dynamic_dimensions must be the same or one of them is {1, 1, 0} or {1, 1, 1}
    Works for dyn-dyn, dyn-static, and static-static shape combinations
    Changed common.cpp for multibroadcasting for binary ops with dynamic shapes
    Extended binary.hpp for dynamic shapes to test the new common.cpp stuff
    d73c6d7c
shape_test.cpp 25.8 KB