public abstract class JVMFloatingPointTensor<T extends java.lang.Number,TENSOR extends FloatingPointTensor<T,TENSOR>,B extends PrimitiveNumberWrapper<T,B>> extends JVMNumberTensor<T,TENSOR,B> implements FloatingPointTensor<T,TENSOR>
Tensor.FlattenedView<N>ONE_BY_ONE_SHAPE, SCALAR_SHAPE, SCALAR_STRIDE| Modifier | Constructor and Description |
|---|---|
protected |
JVMFloatingPointTensor(B buffer,
long[] shape,
long[] stride) |
cumProdInPlace, cumSumInPlace, getFactory, product, product, sum, sumargCompare, argCompare, argCompare, argCompare, broadcast, broadcastableBinaryOpWithAutoBroadcast, concat, concatOnDimensionZero, create, diag, diag, equals, get, getLength, getRank, getShape, getStride, hashCode, isApply, permute, permute, reshape, set, slice, slice, slice, split, split, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacos, acosh, acoshInPlace, acosInPlace, asin, asinh, asinhInPlace, asinInPlace, atan, atan2, atan2, atan2InPlace, atan2InPlace, atanh, atanhInPlace, atanInPlace, ceil, ceilInPlace, choleskyDecomposition, cos, cosh, coshInPlace, cosInPlace, determinant, digamma, digammaInPlace, exp, exp2, exp2InPlace, expInPlace, expM1, expM1InPlace, floor, floorInPlace, isFinite, isInfinite, isNaN, isNegativeInfinity, isPositiveInfinity, log, log10, log10InPlace, log1p, log1pInPlace, log2, log2InPlace, logAddExp, logAddExp2, logAddExp2InPlace, logAddExpInPlace, logGamma, logGammaInPlace, logInPlace, matrixInverse, nanArgMax, nanArgMax, nanArgMin, nanArgMin, notNaN, reciprocal, reciprocalInPlace, replaceNaN, replaceNaNInPlace, round, roundInPlace, sigmoid, sigmoidInPlace, sin, sinh, sinhInPlace, sinInPlace, sqrt, sqrtInPlace, standardize, standardizeInPlace, tan, tanh, tanhInPlace, tanInPlaceabs, 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, transposeprotected JVMFloatingPointTensor(B buffer, long[] shape, long[] stride)