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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
perform
public ElementBinaryOperation(BinaryOperation<V> operation, OptionRegistry<ManipulationOption> optionRegistry)