public interface TwoArrayElementWiseOp extends ElementWiseOp
Modifier and Type | Method and Description |
---|---|
void |
applyTransformToDestination(INDArray from,
INDArray destination,
INDArray other,
int i)
Apply a transform
based on the passed in ndarray to other
|
void |
exec()
Executes the operation
across the matrix
|
<E> E |
getOther(INDArray destination,
int i)
Returns the element
in destination at index i
|
INDArray |
to()
The output matrix
|
apply, applyTransformToOrigin, applyTransformToOrigin, from, getFromOrigin
INDArray to()
<E> E getOther(INDArray destination, int i)
destination
- the destination ndarrayi
- the index of the element to retrievevoid applyTransformToDestination(INDArray from, INDArray destination, INDArray other, int i)
from
- the origin ndarraydestination
- the destination ndarrayother
- the other ndarrayi
- the index of the element to retrievevoid exec()
exec
in interface ElementWiseOp
Copyright © 2014. All Rights Reserved.