Skip to content

Commit

Permalink
Decrease priority of HyperSliceView method
Browse files Browse the repository at this point in the history
  • Loading branch information
gselzer committed Apr 1, 2024
1 parent ea6aad4 commit b36fde6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public class Transforms<T, R extends RealType<R>, N extends NumericType<N>, Y ex
* @input dimension
* @input position
* @output result
* @implNote op names='transform.hyperSliceView'
* @implNote op names='transform.hyperSliceView', priority='-100.'
*/
public final Functions.Arity3<RandomAccessible<T>, Integer, Long, MixedTransformView<T>> hyperSliceRA =
Views::hyperSlice;
Expand Down

0 comments on commit b36fde6

Please sign in to comment.