Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc378 std::vector<string> attribute_segs = str_util::Split(arguments, ";"); in ParseDebugOpName() local
379 for (const string& attribute_seg : attribute_segs) { in ParseDebugOpName()