Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_data_stats.cc324 std::string GetSuggestion(BottleneckType type) { in GetSuggestion()
348 case BottleneckType::kSlowSource: in GetSuggestion()
357 case BottleneckType::kSlowDataService: in GetSuggestion()
365 case BottleneckType::kSlowRemoteSource: in GetSuggestion()
371 case BottleneckType::kSlowTransformationWithParallelVersion: in GetSuggestion()
384 case BottleneckType::kSlowTransformationWithoutParallelVersion: in GetSuggestion()
440 BottleneckType GetBottleneckType(absl::string_view bottleneck_iterator_name) { in GetBottleneckType()
442 BottleneckType>( in GetBottleneckType()
444 {"TFRecord", BottleneckType::kSlowSource}, in GetBottleneckType()
445 {"SSTable", BottleneckType::kSlowSource}, in GetBottleneckType()
[all …]
Dxplane_to_tf_data_stats.h30 enum class BottleneckType { enum
39 BottleneckType GetBottleneckType(absl::string_view bottleneck_iterator_name);