Searched refs:GetQuantizedType (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.cc | 81 Type GetQuantizedType(Builder builder, Type input_type, ArrayRef<double> min, in GetQuantizedType() function 181 Type final_type = GetQuantizedType( in GetQuantizedTypeAttr() 337 auto type = GetQuantizedType(builder, attr.getType(), mins[0], maxs[0], in GetUniformQuantizedTypeForWeight() 368 GetQuantizedType(builder, attr.getType(), mins, maxs, quant_dim, num_bits, in GetUniformQuantizedPerAxisTypeForWeight()
|
D | quantization_utils.h | 595 Type GetQuantizedType(Builder builder, Type input_type, ArrayRef<double> min,
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | flatbuffer_import.cc | 123 StatusOr<QuantizedType> GetQuantizedType(const TensorT& tensor, Builder builder, in GetQuantizedType() function 204 GetQuantizedType(tensor, builder, is_constant)); in GetTensorType()
|