Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.cc36 tensorflow::Status ParseOutput(const string& output_opt, string* output_type, in ParseOutput() function
136 ParseOutput(opts_pb.output(), &output_type, &output_options); in FromProtoStr()
Dtfprof_options.h180 tensorflow::Status ParseOutput(const string& output_opt, string* output_type,
Dprofiler.cc168 Status s = ParseOutput(FLAGS_output, &output_type, &output_options); in Run()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc282 ParseOutput(pieces[i + 1], &opts->output_type, &opts->output_options); in ParseCmdLine()