Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.h473 std::unordered_map<ITensorProxyPtr*, float> quantization_ranges_proxy_; variable
H A Dconvert_nodes.cc1596 quantization_ranges_proxy_[tensor] = symmetric_range; in ProvideQuantizationRange()
1612 for (auto pair : quantization_ranges_proxy_) { in MaybeApplyQuantizationRanges()
H A Dconvert_nodes_test.cc561 return converter_->quantization_ranges_proxy_; in quantization_ranges_proxy()
1549 return converter_->quantization_ranges_proxy_; in quantization_ranges_proxy()