Searched refs:TrtTestMode (Results 1 – 1 of 1) sorted by relevance
86 enum class TrtTestMode { enum92 string DebugString(const TrtTestMode mode) { in DebugString()94 case TrtTestMode::kImplicitBatch: in DebugString()96 case TrtTestMode::kExplicitBatch: in DebugString()98 case TrtTestMode::kDynamicShape: in DebugString()113 constexpr std::array<TrtTestMode, 3> ValidTrtModes = {114 TrtTestMode::kImplicitBatch, TrtTestMode::kExplicitBatch,115 TrtTestMode::kDynamicShape};117 constexpr std::array<TrtTestMode, 1> ValidTrtModes = {118 TrtTestMode::kImplicitBatch};[all …]