Skip to content

Commit

Permalink
generalize
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 26, 2024
1 parent 6abe193 commit 63bf16f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public interface TensorTransformation
* @param input
* the input tensor.
*/
public void applyInPlace( Tensor< FloatType > input );
public < R extends RealType< R > & NativeType< R > > void applyInPlace( Tensor< R > input );

/**
* Returns the name of this transformation.
Expand Down

0 comments on commit 63bf16f

Please sign in to comment.