Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dmodify_io_nodes.cc133 arg_type = quant::ConvertSignedQuantizedToUnsigned( in ModifyInputNodes()
187 returned_type = quant::ConvertSignedQuantizedToUnsigned( in ModifyOutputNodes()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h462 Type ConvertSignedQuantizedToUnsigned(Type signed_tensor_type, Location loc);
Dquantization_utils.cc815 Type ConvertSignedQuantizedToUnsigned(Type signed_tensor_type, Location loc) { in ConvertSignedQuantizedToUnsigned() function