Tensor.RightShiftAssignment(Int32) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.