Modifier and Type | Interface and Description |
---|---|
interface |
TransformBoolOp |
interface |
TransformFloatOp |
interface |
TransformSameOp |
interface |
TransformStrictOp |
Modifier and Type | Class and Description |
---|---|
class |
BaseTransformAnyOp |
class |
BaseTransformBoolOp |
class |
BaseTransformFloatOp |
class |
BaseTransformOp |
class |
BaseTransformSameOp |
class |
BaseTransformStrictOp |
Modifier and Type | Method and Description |
---|---|
TransformOp |
DefaultOpExecutioner.execAndReturn(TransformOp op) |
TransformOp |
OpExecutioner.execAndReturn(TransformOp op)
Execute a TransformOp and return the result
|
Modifier and Type | Method and Description |
---|---|
TransformOp |
DefaultOpExecutioner.execAndReturn(TransformOp op) |
TransformOp |
OpExecutioner.execAndReturn(TransformOp op)
Execute a TransformOp and return the result
|
Constructor and Description |
---|
InvertedPredicateMetaOp(ScalarOp opA,
TransformOp opB) |
InvertedPredicateMetaOp(TransformOp opA,
ScalarOp opB) |
InvertedPredicateMetaOp(TransformOp opA,
TransformOp opB) |
PostulateMetaOp(TransformOp opA,
ReduceOp opB) |
PredicateMetaOp(ScalarOp opA,
TransformOp opB) |
PredicateMetaOp(TransformOp opA,
ScalarOp opB) |
PredicateMetaOp(TransformOp opA,
TransformOp opB) |
Modifier and Type | Class and Description |
---|---|
class |
MaxOut |
Modifier and Type | Class and Description |
---|---|
class |
Assign |
Modifier and Type | Class and Description |
---|---|
class |
BooleanNot |
class |
IsFinite |
class |
IsInf |
class |
IsNaN |
class |
MatchConditionTransform |
Modifier and Type | Class and Description |
---|---|
class |
CompareAndReplace |
class |
CompareAndSet |
class |
Eps |
Modifier and Type | Class and Description |
---|---|
class |
RSqrt |
class |
Sqrt |
Modifier and Type | Class and Description |
---|---|
class |
CubeDerivative
Deprecated.
|
class |
HardSigmoidDerivative
Deprecated.
|
class |
HardTanhDerivative
Deprecated.
|
class |
RationalTanhDerivative
Deprecated.
|
class |
RectifiedTanhDerivative
Deprecated.
|
class |
SELUDerivative
Deprecated.
|
class |
SoftSignDerivative
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryMinimalRelativeError |
class |
BinaryRelativeError |
class |
RelativeError |
class |
Set
Set
|
Modifier and Type | Class and Description |
---|---|
class |
Axpy |
class |
CopyOp |
class |
FModOp |
class |
PowPairwise |
class |
RemainderOp |
Modifier and Type | Class and Description |
---|---|
class |
And |
class |
Not |
class |
Or |
class |
Xor |
Modifier and Type | Class and Description |
---|---|
class |
Abs |
class |
AMax |
class |
AMin |
class |
Ceil |
class |
Cube |
class |
Floor |
class |
Max |
class |
Min |
class |
Negative |
class |
OneMinus
1 - input
|
class |
Reciprocal |
class |
Round |
class |
Sign |
class |
Square |
class |
TimesOneMinus |
Modifier and Type | Class and Description |
---|---|
class |
ACos |
class |
ACosh |
class |
ASin |
class |
ASinh |
class |
ATan |
class |
ATanh |
class |
Cos |
class |
Cosh |
class |
Erf |
class |
Erfc |
class |
Exp |
class |
Expm1 |
class |
GELU |
class |
GELUDerivative
GELU derivative
|
class |
HardSigmoid |
class |
HardTanh |
class |
Log |
class |
Log1p |
class |
LogSigmoid |
class |
Mish |
class |
MishDerivative |
class |
PreciseGELU |
class |
PreciseGELUDerivative
GELU derivative
|
class |
RationalTanh |
class |
RectifiedTanh |
class |
Rint |
class |
SELU |
class |
SetRange |
class |
Sigmoid |
class |
SigmoidDerivative
Deprecated.
|
class |
Sin |
class |
Sinh |
class |
SoftPlus |
class |
SoftSign |
class |
Stabilize |
class |
Swish |
class |
SwishDerivative
Swish derivative
|
class |
Tan |
class |
TanDerivative |
class |
Tanh |
class |
TanhDerivative
Deprecated.
|
Copyright © 2022. All rights reserved.