"vscode:/vscode.git/clone" did not exist on "a0010bf4e838d83d85f3fae56c8f83169ec68fa3"
  • 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
parse_batchnorm.cpp 4.81 KB