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.cc110 const std::vector<string> kv_without_key(kv.begin() + 1, kv.end()); in ParseOutput() local
111 (*output_options)[kv[0]] = str_util::Join(kv_without_key, "="); in ParseOutput()