| Modifier and Type | Class and Description |
|---|---|
class |
Constant |
| Modifier and Type | Class and Description |
|---|---|
class |
CompareAndReplace
Element-wise Compare-and-Replace implementation as Op
Basically this op does the same as Compare-and-Set, but op.X is checked against Condition instead
|
class |
CompareAndSet
Element-wise Compare-and-set implementation as Op
Please check javadoc to specific constructors, for detail information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryMinimalRelativeError |
class |
BinaryRelativeError |
class |
RelativeError |
| Modifier and Type | Class and Description |
|---|---|
class |
Axpy
Level 1 blas op Axpy as libnd4j native op
|
class |
CopyOp
Copy operation
|
class |
FModOp
Floating-point mod
|
| Modifier and Type | Class and Description |
|---|---|
class |
Abs
Abs elementwise function
|
class |
AMax
Calculate the absolute minimum over a vector
|
class |
AMin
Calculate the absolute minimum over a vector
|
class |
Ceil
Ceiling elementwise function
|
class |
Cube
Cube (x^3) elementwise function
|
class |
Floor
Floor elementwise function
|
class |
Max
Calculate the maximum value between two arrays in an elementwise fashion, broadcasting if required
|
class |
Min
Calculate the minimum value between two arrays in an elementwise fashion, broadcasting if required
|
class |
Negative
Negative function
|
class |
OneMinus
1 - input
|
class |
Reciprocal
Created by susaneraly on 3/28/18.
|
class |
Round
Rounding function
|
class |
Sign
Signum function
|
class |
Square
Square function (x ^ 2)
|
class |
TimesOneMinus
If x is input: output is x*(1-x)
|
Copyright © 2019. All rights reserved.