Searched defs:kBound (Results 1 – 7 of 7) sorted by relevance
95 constexpr int kBound = (1 << (kPrecision - 1)); in fbgemm_linear_int8_weight_fp32_activation() local253 constexpr int kBound = (1 << (kPrecision - 1)); in fbgemm_linear_quantize_weight() local
163 kBound, enumerator
65 static const unsigned kBound = 6; variable
66 static const unsigned kBound = 6; variable
394 enum class InitialBindingState { kUnbound, kBound }; enumerator