Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h632 void PropagateQuantizationRanges();
Dconvert_nodes_test.cc775 void PropagateQuantizationRanges() { in PropagateQuantizationRanges() function in tensorflow::tensorrt::convert::ConverterTest
776 converter_->PropagateQuantizationRanges(); in PropagateQuantizationRanges()
1120 TEST_F(ConverterTest, PropagateQuantizationRanges) { in TEST_F() argument
1134 PropagateQuantizationRanges(); in TEST_F()
1704 void PropagateQuantizationRanges() { in PropagateQuantizationRanges() function in tensorflow::tensorrt::convert::OpConverterTest
1705 converter_->PropagateQuantizationRanges(); in PropagateQuantizationRanges()
7161 PropagateQuantizationRanges(); in TEST_P()
Dconvert_nodes.cc1822 PropagateQuantizationRanges(); in MaybeApplyQuantizationRanges()
1972 void Converter::PropagateQuantizationRanges() { in PropagateQuantizationRanges() function in tensorflow::tensorrt::convert::Converter