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.cc25 std::string ProfileSummaryDefaultFormatter::GetOutputString( in GetOutputString() function in tflite::profiling::ProfileSummaryDefaultFormatter
61 stream << subgraph_stats->GetOutputString(); in GenerateReport()
72 stream << delegate_stats_calculator.GetOutputString(); in GenerateReport()
Dprofile_summary_formatter_test.cc46 std::string output = writer.GetOutputString( in TEST()
66 std::string output = writer.GetOutputString( in TEST()
106 std::string output = writer.GetOutputString( in TEST()
135 std::string output = writer.GetOutputString( in TEST()
Dprofile_summarizer.h46 std::string GetOutputString() { in GetOutputString() function
47 return summary_formatter_->GetOutputString(stats_calculator_map_, in GetOutputString()
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()
146 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.cc273 std::string StatsCalculator::GetOutputString() const { in GetOutputString() function in tensorflow::StatsCalculator
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc76 init_summarizer_.GetOutputString(), in OnBenchmarkEnd()
81 run_summarizer_.GetOutputString(), in OnBenchmarkEnd()
/external/tensorflow/tensorflow/python/util/
Dstat_summarizer_wrapper.cc41 .def("GetOutputString", &tensorflow::StatSummarizer::GetOutputString) in PYBIND11_MODULE()