Skip to main content

ClikaRT::ops::bitwise_xor_

function

bitwise_xor_()

Tensor& bitwise_xor_(Tensor& self, ScalarOrTensor other)

In-place bitwise_xor: writes the XOR through x.

Throws

  • ClikaRT::Error: as the value form.

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