Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc1431 int32_t nbChoices, int32_t* selection) override { in selectAlgorithms() argument
1434 assert(nbChoices > 0); in selectAlgorithms()
1438 selection[0] = std::min(algorithm_id_, nbChoices); in selectAlgorithms()