Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summary_formatter.cc24 std::string ProfileSummaryDefaultFormatter::GetOutputString( in GetOutputString() function in tflite::profiling::ProfileSummaryDefaultFormatter
60 stream << subgraph_stats->GetOutputString(); in GenerateReport()
71 stream << delegate_stats_calculator.GetOutputString(); in GenerateReport()
Dprofile_summarizer.h45 std::string GetOutputString() { in GetOutputString() function
46 return summary_formatter_->GetOutputString(stats_calculator_map_, in GetOutputString()
Dprofile_summary_formatter_test.cc45 std::string output = writer.GetOutputString( in TEST()
65 std::string output = writer.GetOutputString( in TEST()
105 std::string output = writer.GetOutputString( in TEST()
134 std::string output = writer.GetOutputString( in TEST()
Dprofile_summary_formatter.h37 virtual std::string GetOutputString(
55 std::string GetOutputString(
Dprofile_summarizer_test.cc104 std::string output = summarizer.GetOutputString(); in TEST()
124 auto output = summarizer.GetOutputString(); in TEST()
145 auto output = summarizer.GetOutputString(); in TEST()
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.h62 std::string GetOutputString() const { in GetOutputString() function
63 return stats_calculator_->GetOutputString(); in GetOutputString()
Dstat_summarizer_test.cc76 const std::string output = stats.GetOutputString(); in TEST()
Dstats_calculator.h140 std::string GetOutputString() const;
Dstat_summarizer.cc82 string output = GetOutputString(); in PrintStepStats()
Dstats_calculator.cc276 std::string StatsCalculator::GetOutputString() const { in GetOutputString() function in tensorflow::StatsCalculator
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc75 init_summarizer_.GetOutputString(), in OnBenchmarkEnd()
80 run_summarizer_.GetOutputString(), in OnBenchmarkEnd()
/external/tensorflow/tensorflow/python/util/
Dstat_summarizer_wrapper.cc41 .def("GetOutputString", &tensorflow::StatSummarizer::GetOutputString) in PYBIND11_MODULE()