Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dalgorithm_selector.cc172 : fixed_algorithm_idx_(GetFixedAlgorithmID()), in TftrtAlgorithmSelector()
215 if (fixed_algorithm_idx_) { in selectAlgorithms()
217 << *fixed_algorithm_idx_; in selectAlgorithms()
218 selection[0] = std::min(*fixed_algorithm_idx_, nbChoices - 1); in selectAlgorithms()
H A Dalgorithm_selector.h76 std::optional<int32_t> fixed_algorithm_idx_; variable
108 fixed_algorithm_idx_ != std::nullopt; in IsRequired()