Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_shape_optimization_profiles_test.cc194 int prof_idx = in TEST_F() local
196 ASSERT_GE(prof_idx, 0); in TEST_F()
200 j, prof_idx, nvinfer1::OptProfileSelector::kMIN); in TEST_F()
202 j, prof_idx, nvinfer1::OptProfileSelector::kMAX); in TEST_F()
204 j, prof_idx, nvinfer1::OptProfileSelector::kOPT); in TEST_F()
Dtrt_shape_optimization_profiles.cc288 for (int prof_idx = 0; prof_idx < n_profiles; prof_idx++) { in RestoreProfiles() local
292 j, prof_idx, nvinfer1::OptProfileSelector::kMIN); in RestoreProfiles()
294 j, prof_idx, nvinfer1::OptProfileSelector::kMAX); in RestoreProfiles()
296 j, prof_idx, nvinfer1::OptProfileSelector::kOPT); in RestoreProfiles()