Home
last modified time | relevance | path

Searched refs:GetQuantizedType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc81 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()
Dquantization_utils.h595 Type GetQuantizedType(Builder builder, Type input_type, ArrayRef<double> min,
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc123 StatusOr<QuantizedType> GetQuantizedType(const TensorT& tensor, Builder builder, in GetQuantizedType() function
204 GetQuantizedType(tensor, builder, is_constant)); in GetTensorType()