Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.cc107 const std::vector<string> kv_without_key(kv.begin() + 1, kv.end()); in ParseOutput() local
108 (*output_options)[kv[0]] = absl::StrJoin(kv_without_key, "="); in ParseOutput()