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
MIGraphX's slice operator needs to handle calls like these: slice(data, input_ends) slice(data, input_starts) slice(data, input_starts, input_axes)
Because constant inputs to slice will be set in the attribute while variable inputs are supplied as arguments.
The text was updated successfully, but these errors were encountered:
MIGraphX's slice operator needs to handle calls like these:
slice(data, input_ends)
slice(data, input_starts)
slice(data, input_starts, input_axes)
Because constant inputs to slice will be set in the attribute while variable inputs are supplied as arguments.
The text was updated successfully, but these errors were encountered: