Searched defs:is_quantized (Results 1 – 3 of 3) sorted by relevance
37 struct is_quantized : false_type {}; struct
160 def is_quantized(self): member in DType
387 bool is_quantized = (t.min != 0 || t.max != 0 || t.scale != 0); variable