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.cc46 auto opt_split = output_opt.find(':'); in ParseOutput() local
48 if (opt_split == output_opt.npos) { in ParseOutput()
57 *output_type = output_opt.substr(0, opt_split); in ParseOutput()
64 kv_split = absl::StrSplit(output_opt.substr(opt_split + 1), ",", in ParseOutput()