Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dmodify_io_nodes.cc120 arg_type = quant::ConvertSignedQuantizedToUnsigned( in ModifyInputNodes()
174 returned_type = quant::ConvertSignedQuantizedToUnsigned( in ModifyOutputNodes()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_utils.h673 Type ConvertSignedQuantizedToUnsigned(Type signed_tensor_type, Location loc);
H A Dquantization_utils.cc949 Type ConvertSignedQuantizedToUnsigned(Type signed_tensor_type, Location loc) { in ConvertSignedQuantizedToUnsigned() function