Skip to main content

ClikaRT::ops::hash_128

function

hash_128()

Tensor hash_128(Tensor x, std::uint64_t seed = 0)

128-bit sibling of hash_64; same byte/portability contract.

Returns: [2] UInt64 (little-endian limb order).

Throws

  • ClikaRT::Error: when the input's dtype is not served for this operation (the machine-readable reason rides code_name()).

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