Much better inputs handling for the Slice, Gather and Reshape operators.
Current implementation will fail in each of these cases:
Also:
forwardDims()
mechanism with the allowDataDependency
argument was no used as intended. Output should never be resized in the Operator implementation. Actually, no memory allocation should be performed here. All dims must be known and allocated for the implementation;long
was used, which is not garanteed to be 64-bits (it is not on MSVC!)Please read carefully the changes to understand the intended way to handle output dims data dependent operators.
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent