You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix scalar batch handling in arithmetic ops (#1449)
Adjust test for checking if the Tensor should
be considered a scalar - uniform shape
of 1-dim scalar elements.
Allow Scalar batch to be broadcasted in the operation
properly - no offset in tiles for scalar-like data,
same code-path as constants.
Return shape is always a batch - fixed for Constant/Scalar
inputs.
Add C++ unit tests for Scalar Batch.
Test if Pipeline behaves properly when switching between
scalar and non-scalar inputs.
Python test was extended to cover Scalar inputs,
size of some of the tests was reduced.
Signed-off-by: Krzysztof Lecki <[email protected]>
0 commit comments