Skip to main content

ClikaRT::ops::bitwise_left_shift_

function

bitwise_left_shift_()

Tensor& bitwise_left_shift_(Tensor& self, ScalarOrTensor other)

In-place bitwise_left_shift: writes the shifted values through x.

Throws

  • ClikaRT::Error: as the value form.

Declared in ClikaRT/compute/ops.h, line 1588