V - The type of the tensor valuespublic class ElementBinaryOperation<V> extends ElementBinaryFunction<V,V> implements BinaryOperation<Tensor<V>>
To decide on the resulting shape of the tensor, two strategies are used here:
operation, optionRegistry| Constructor and Description |
|---|
ElementBinaryOperation(BinaryOperation<V> operation,
OptionRegistry<ManipulationOption> optionRegistry) |
equals, hashCode, perform, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitperformpublic ElementBinaryOperation(BinaryOperation<V> operation, OptionRegistry<ManipulationOption> optionRegistry)