Searched refs:fused_candidates (Results 1 – 1 of 1) sorted by relevance
1917 std::vector<nvinfer1::ILayer*> fused_candidates; in MaybeApplyQuantizationRanges() local1921 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()