com.microsoft - MurmurHash3#
MurmurHash3 - 1#
Version
name: MurmurHash3 (GitHub)
domain: com.microsoft
since_version: 1
function:
support_level: SupportType.COMMON
shape inference: True
This version of the operator has been available since version 1 of domain com.microsoft.
Summary
Attributes
positive - INT : If value is 1, output type is uint32_t, else int32_t. Default value is 1.
seed - INT : Seed for the hashing algorithm, unsigned 32-bit integer, default to 0.
Inputs
X (heterogeneous) - T1:
Outputs
Y (heterogeneous) - T2:
Type Constraints
T1 in ( tensor(double), tensor(float), tensor(int32), tensor(int64), tensor(string), tensor(uint32), tensor(uint64) ): Constrain input type to unsigned or signed 32-bit integer tensor, or string tensor. It should be utf-8 encoded if using unicode.
T2 in ( tensor(int32), tensor(uint32) ): Constrain output type to unsigned and signed 32-bit integer tensor.
Examples