Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc31 csv_file_path_(csv_file_path), in ProfilingListener()
68 std::ofstream output_file(csv_file_path_); in OnBenchmarkEnd()
Dprofiling_listener.h49 std::string csv_file_path_; variable