Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc1917 std::vector<nvinfer1::ILayer*> fused_candidates; in MaybeApplyQuantizationRanges() local
1921 fused_candidates.clear(); in MaybeApplyQuantizationRanges()
1925 fused_candidates.push_back(layer); in MaybeApplyQuantizationRanges()
1929 if (!fused_candidates.empty()) { in MaybeApplyQuantizationRanges()
1931 for (const auto& fused_layer : fused_candidates) { in MaybeApplyQuantizationRanges()