Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dcomment_splicer.py123 InsertNodes = pytree_utils.InsertNodesBefore # pylint: disable=invalid-name # noqa
125 InsertNodes = pytree_utils.InsertNodesAfter # pylint: disable=invalid-name # noqa
126 InsertNodes(
/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.cc53 return DebugNodeInserter::InsertNodes( in DecorateGraph()
Ddebug_graph_utils.h74 static Status InsertNodes(
Ddebug_graph_utils.cc48 Status DebugNodeInserter::InsertNodes( in InsertNodes() function in tensorflow::DebugNodeInserter