File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/java/net/jamu/matrix Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -806,6 +806,7 @@ public TensorD shuffle(long seed) {
806806 * @param upperBound
807807 * the maximum value of an element after rescaling
808808 * @return this tensor with all elements rescaled in-place
809+ * @since 1.4.1
809810 */
810811 public TensorD rescaleInplace (double lowerBound , double upperBound ) {
811812 double [] _a = a ;
Original file line number Diff line number Diff line change @@ -806,6 +806,7 @@ public TensorF shuffle(long seed) {
806806 * @param upperBound
807807 * the maximum value of an element after rescaling
808808 * @return this tensor with all elements rescaled in-place
809+ * @since 1.4.1
809810 */
810811 public TensorF rescaleInplace (float lowerBound , float upperBound ) {
811812 float [] _a = a ;
You can’t perform that action at this time.
0 commit comments