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.cc386 const size_t eq_index = seg.find('='); in ParseDebugOpName() local
387 if (eq_index == string::npos) { in ParseDebugOpName()
392 const string key(seg.substr(0, eq_index)); in ParseDebugOpName()
394 seg.substr(eq_index + 1, attribute_seg.size() - eq_index - 1)); in ParseDebugOpName()