SubOp.tensor constructor

SubOp.tensor(
  1. TensorBuffer other
)

Creates a subtraction operation with a tensor operand.

Implementation

SubOp.tensor(TensorBuffer other) : super._(other: other);