Share via


Tensor.RightShiftAssignment(Int32) Operator

Definition

Performs in-place element-wise arithmetic right shift on a tensor.

public:
 void op_RightShiftAssignment(int shiftAmount);
public void op_RightShiftAssignment(int shiftAmount);
member this.op_RightShiftAssignment : int -> unit
Public op_RightShiftAssignment (shiftAmount As Integer)

Parameters

shiftAmount
Int32

The amount to shift each element in the tensor.

Applies to