Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc379 for (const string& attribute_seg : attribute_segs) { in ParseDebugOpName() local
380 StringPiece seg(attribute_seg); in ParseDebugOpName()
394 seg.substr(eq_index + 1, attribute_seg.size() - eq_index - 1)); in ParseDebugOpName()