V
- the type of the scalar values (elements of the fields on which all the operations are based on)TB
- the type of the tensor backed objectspublic class OngoingDeferredTensorBackedOperation<V,TB extends Tensorbacked<V>>
extends java.lang.Object
Constructor and Description |
---|
OngoingDeferredTensorBackedOperation(Environment<V> environment,
java.lang.Class<TB> resultClass,
Expression<TB> left) |
Modifier and Type | Method and Description |
---|---|
Expression<TB> |
minus(Expression<TB> right) |
Expression<TB> |
minus(TB right) |
Expression<TB> |
plus(Expression<TB> right) |
Expression<TB> |
plus(TB right) |
public OngoingDeferredTensorBackedOperation(Environment<V> environment, java.lang.Class<TB> resultClass, Expression<TB> left)
public Expression<TB> plus(TB right)
public Expression<TB> plus(Expression<TB> right)
public Expression<TB> minus(TB right)
public Expression<TB> minus(Expression<TB> right)