HomeSort by relevance Sort by last modified time
    Searched full:output_as_text (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/ftrace_reader/
end_to_end_integrationtest.cc 134 std::string output_as_text; local
136 printf("%s\n", output_as_text.c_str());
168 std::string output_as_text; local
169 printf("%s\n", output_as_text.c_str());
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_graph.cc 139 bool output_as_text = false; local
146 Flag("output_as_text", &output_as_text,
216 if (output_as_text) {

Completed in 280 milliseconds