Package org.nd4j.linalg.api.ops
Interface TransformOp
-
- All Superinterfaces:
Op
- All Known Subinterfaces:
TransformBoolOp
,TransformFloatOp
,TransformSameOp
,TransformStrictOp
- All Known Implementing Classes:
Abs
,ACos
,ACosh
,AMax
,AMin
,And
,ASin
,ASinh
,Assign
,ATan
,ATanh
,Axpy
,BaseTransformAnyOp
,BaseTransformBoolOp
,BaseTransformFloatOp
,BaseTransformOp
,BaseTransformSameOp
,BaseTransformStrictOp
,BinaryMinimalRelativeError
,BinaryRelativeError
,BooleanNot
,Ceil
,CompareAndReplace
,CompareAndSet
,CopyOp
,Cos
,Cosh
,Cube
,CubeDerivative
,Eps
,Erf
,Erfc
,Exp
,Expm1
,Floor
,FModOp
,GELU
,GELUDerivative
,HardSigmoid
,HardSigmoidDerivative
,HardTanh
,HardTanhDerivative
,IsFinite
,IsInf
,IsNaN
,Log
,Log1p
,LogSigmoid
,MatchConditionTransform
,Max
,MaxOut
,Min
,Mish
,MishDerivative
,Negative
,Not
,OneMinus
,Or
,PowPairwise
,PreciseGELU
,PreciseGELUDerivative
,RationalTanh
,RationalTanhDerivative
,Reciprocal
,RectifiedTanh
,RectifiedTanhDerivative
,RelativeError
,RemainderOp
,Rint
,Round
,RSqrt
,SELU
,SELUDerivative
,Set
,SetRange
,Sigmoid
,SigmoidDerivative
,Sign
,Sin
,Sinh
,SoftPlus
,SoftSign
,SoftSignDerivative
,Sqrt
,Square
,Stabilize
,Swish
,SwishDerivative
,Tan
,TanDerivative
,Tanh
,TanhDerivative
,TimesOneMinus
,Xor
public interface TransformOp extends Op
Transform operation: stores the result in an ndarray- Author:
- Adam Gibson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Op.Type
getOpType()
DataType
resultType()
This method returns datatype for result array wrt given inputsDataType
resultType(OpContext opContext)
boolean
validateDataTypes(OpContext opContext, boolean experimentalMode)
-
Methods inherited from interface org.nd4j.linalg.api.ops.Op
clearArrays, extraArgs, extraArgsBuff, extraArgsDataBuff, opName, opNum, setExtraArgs, setX, setY, setZ, toCustomOp, x, y, z
-
-