Searched defs:TensorUInt128 (Results 1 – 1 of 1) sorted by relevance
32 struct TensorUInt128 struct39 …TensorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low… in TensorUInt128() argument56 explicit TensorUInt128(const T& x) : high(0), low(x) { in TensorUInt128() function62 TensorUInt128(HIGH y, LOW x) : high(y), low(x) { } in TensorUInt128() argument78 bool operator == (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs) argument