Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_shape_optimization_profiles.cc67 OptimizationProfileConfig profConfig{min, opt, max}; in ImplicitBatchModeCompatibleStrategy() local
68 profiles_.push_back(std::move(profConfig)); in ImplicitBatchModeCompatibleStrategy()
79 OptimizationProfileConfig profConfig{min, opt, max}; in OptimalStrategy() local
80 profiles_.push_back(std::move(profConfig)); in OptimalStrategy()