Fix 2 input broadcast bug for dynamic batch and output parameter ordering (#1669)
Adds a matcher to split_single_dyn_dim to find all broadcast or multibroadcast with two static shape inputs and replaces the instruction with the one input version. Sorts the get_output_parameters() list to ensure the correct ordering. (Was getting an error for some models.)
Showing
Please register or sign in to comment