// Byte histogram operation module.
// Backend-specific lowering for byte histogram.
// CPU reference kernel for `stats.byte_histogram`.
/// Count each byte value in `input`.
///
/// The returned array index is the byte value and the value is the wrapping
/// `u32` occurrence count.