| Modifier and Type | Class and Description |
|---|---|
class |
ATan2
Arc Tangent elementwise function
|
class |
Identity
Identity function
|
class |
InvertPermutation
Inverse of index permutation.
|
class |
SoftMax
Soft max function
row_maxes is a row vector (max for each row)
row_maxes = rowmaxes(input)
diff = exp(input - max) / diff.rowSums()
Outputs a probability distribution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddOp
Addition operation
|
class |
DivOp
Division operation
|
class |
FloorDivOp
Truncated division operation
|
class |
MergeAddOp
Addition operation for n operands, called "mergeadd" in libnd4j
|
class |
MulOp
Multiplication operation
|
class |
RDivOp
OldReverse Division operation
|
class |
RealDivOp
RealDivision operation
|
class |
RSubOp
OldReverse 'Subtraction operation
|
class |
SquaredDifferenceOp
Squared difference operation, i.e.
|
class |
SubOp
Subtraction operation
|
class |
TruncateDivOp
Truncated division operation
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddBpOp
Addition backprop operation.
|
class |
BaseArithmeticBackpropOp
Base arithmetic backprop operation
|
class |
DivBpOp
Division backprop operation.
|
class |
FloorDivBpOp
Floor div backprop operation.
|
class |
FloorModBpOp
Floor div backprop operation.
|
class |
MulBpOp
Division backprop operation.
|
class |
RDivBpOp
Division backprop operation.
|
class |
RSubBpOp
Division backprop operation.
|
class |
SubBpOp
Division backprop operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EqualTo
Bit mask over the ndarrays as to whether
the components are equal or not
|
class |
GreaterThan
Bit mask over the ndarrays as to whether
the components are greater than or not
|
class |
GreaterThanOrEqual
Bit mask over the ndarrays as to whether
the components are greater than or equal or not
|
class |
LessThan
Bit mask over the ndarrays as to whether
the components are less than or not
|
class |
LessThanOrEqual
Bit mask over the ndarrays as to whether
the components are less than or equal or not
|
class |
Max
Max function
|
class |
Min
Min function
|
class |
NotEqualTo
Not equal to function:
Bit mask over whether 2 elements are not equal or not
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cast
Cast op wrapper.
|
Copyright © 2018. All rights reserved.