Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.h36 class TrtCandidateSelector {
38 TrtCandidateSelector(const grappler::GraphProperties& graph_properties,
Dconvert_graph_test.cc52 TEST(TrtCandidateSelector, Basics) { in TEST() argument
103 TrtCandidateSelector selector(graph_properties, precision_mode); in TEST()
Dconvert_graph.cc68 TrtCandidateSelector::TrtCandidateSelector( in TrtCandidateSelector() function in tensorflow::tensorrt::convert::TrtCandidateSelector
73 Status TrtCandidateSelector::IsTensorRTCandidate(const Node* node) { in IsTensorRTCandidate()
817 TrtCandidateSelector candidate_selector(*params.graph_properties, in ConvertAfterShapes()
821 std::bind(&TrtCandidateSelector::IsTensorRTCandidate, &candidate_selector, in ConvertAfterShapes()