public abstract class Nd4jFixedPointTensor<T extends java.lang.Number,TENSOR extends FixedPointTensor<T,TENSOR>> extends Nd4jNumberTensor<T,TENSOR> implements FixedPointTensor<T,TENSOR>
Tensor.FlattenedView<N>tensorONE_BY_ONE_SHAPE, SCALAR_SHAPE, SCALAR_STRIDE| Constructor and Description |
|---|
Nd4jFixedPointTensor(org.nd4j.linalg.api.ndarray.INDArray tensor) |
| Modifier and Type | Method and Description |
|---|---|
TENSOR |
modInPlace(T that) |
TENSOR |
modInPlace(TENSOR that) |
absInPlace, applyInPlace, argMax, argMax, argMin, argMin, average, clampInPlace, cumProdInPlace, cumSumInPlace, div, divInPlace, divInPlace, elementwiseEquals, elementwiseEquals, fromMask, getNumber, greaterThan, greaterThan, greaterThanOrEqual, greaterThanOrEqual, lessThan, lessThan, lessThanOrEqual, lessThanOrEqual, matrixMultiply, max, maxInPlace, min, minInPlace, minus, minusInPlace, minusInPlace, plus, plusInPlace, plusInPlace, powInPlace, powInPlace, product, product, reverseDivInPlace, reverseDivInPlace, reverseMinusInPlace, reverseMinusInPlace, setWithMaskInPlace, standardDeviation, sum, sum, tensorMultiply, times, timesInPlace, timesInPlace, unaryMinusInPlacebroadcast, create, diag, duplicate, equals, get, getLength, getRank, getShape, getStride, getTensor, getTensor, getThis, hashCode, permute, reshape, set, slice, slice, split, take, toString, transposeclone, finalize, getClass, notify, notifyAll, wait, wait, waitmod, modabs, absInPlace, apply, applyInPlace, argMax, argMax, argMin, argMin, asFlatDoubleArray, asFlatIntegerArray, average, clamp, clampInPlace, cumProd, cumProdInPlace, cumSum, cumSumInPlace, div, div, divInPlace, divInPlace, equalsWithinEpsilon, greaterThan, greaterThan, greaterThanMask, greaterThanOrEqual, greaterThanOrEqual, greaterThanOrEqualToMask, lessThan, lessThan, lessThanMask, lessThanOrEqual, lessThanOrEqual, lessThanOrEqualToMask, matrixMultiply, max, max, maxInPlace, min, min, minInPlace, minus, minus, minusInPlace, minusInPlace, plus, plus, plusInPlace, plusInPlace, pow, pow, powInPlace, powInPlace, product, product, reverseDiv, reverseDiv, reverseDivInPlace, reverseDivInPlace, reverseMinus, reverseMinus, reverseMinusInPlace, reverseMinusInPlace, safeLogTimes, safeLogTimesInPlace, setAllInPlace, setWithMask, setWithMaskInPlace, standardDeviation, sum, sum, tensorMultiply, times, times, timesInPlace, timesInPlace, toDouble, toInteger, unaryMinus, unaryMinusInPlaceasFlatArray, asFlatList, broadcast, create, createFilled, diag, duplicate, elementwiseEquals, elementwiseEquals, elementwiseEquals, expandDims, get, getFlattenedView, getLength, getRank, getShape, getStride, getValue, hasSameShapeAs, hasSameShapeAs, isLengthOne, isMatrix, isScalar, isVector, moveAxis, permute, reshape, scalar, scalar, setValue, slice, slice, slice, sliceAlongDimension, split, squeeze, swapAxis, take, transposepublic Nd4jFixedPointTensor(org.nd4j.linalg.api.ndarray.INDArray tensor)
public TENSOR modInPlace(T that)
modInPlace in interface FixedPointTensor<T extends java.lang.Number,TENSOR extends FixedPointTensor<T,TENSOR>>public TENSOR modInPlace(TENSOR that)
modInPlace in interface FixedPointTensor<T extends java.lang.Number,TENSOR extends FixedPointTensor<T,TENSOR>>