Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.h87 std::string GetStatsByNodeType() const { in GetStatsByNodeType() function
88 return stats_calculator_->GetStatsByNodeType(); in GetStatsByNodeType()
Dstat_summarizer_test.cc77 const std::string by_node_type = stats.GetStatsByNodeType(); in TEST()
Dstats_calculator.cc174 std::string StatsCalculator::GetStatsByNodeType() const { in GetStatsByNodeType() function in tensorflow::StatsCalculator
291 stream << GetStatsByNodeType(); in GetOutputString()
Dstats_calculator.h151 std::string GetStatsByNodeType() const;
/external/tensorflow/tensorflow/tools/android/inference_interface/jni/
Drun_stats_jni.cc79 << s->GetStatsByNodeType() << s->ShortSummary(); in RUN_STATS_METHOD()