Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc353 const size_t eq_index = seg.find('='); in ParseDebugOpName() local
354 if (eq_index == string::npos) { in ParseDebugOpName()
359 const string key(seg.substr(0, eq_index)); in ParseDebugOpName()
361 seg.substr(eq_index + 1, attribute_seg.size() - eq_index - 1)); in ParseDebugOpName()