SubOp.tensor constructor
SubOp.tensor(
- TensorBuffer other
Creates a subtraction operation with a tensor operand.
Implementation
SubOp.tensor(TensorBuffer other) : super._(other: other);
Creates a subtraction operation with a tensor operand.
SubOp.tensor(TensorBuffer other) : super._(other: other);