Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.cc37 tensorflow::Status ParseOutput(const string& output_opt, string* output_type, in ParseOutput() function
140 ParseOutput(opts_pb.output(), &output_type, &output_options); in FromProtoStr()
Dtfprof_options.h180 tensorflow::Status ParseOutput(const string& output_opt, string* output_type,
Dprofiler.cc166 Status s = ParseOutput(FLAGS_output, &output_type, &output_options); in Run()
/external/toolchain-utils/crb/
Dautotest_run.py102 def ParseOutput(self): member in AutotestRun
246 self.ParseOutput()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc282 ParseOutput(pieces[i + 1], &opts->output_type, &opts->output_options); in ParseCmdLine()