Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.cc47 auto opt_split = output_opt.find(":"); in ParseOutput() local
49 if (opt_split == output_opt.npos) { in ParseOutput()
59 *output_type = output_opt.substr(0, opt_split); in ParseOutput()
67 kv_split = str_util::Split(output_opt.substr(opt_split + 1), ",", in ParseOutput()