Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.h82 static void DeparallelizeWhileLoops(Graph* graph, Device* device);
Ddebugger_state_impl.cc52 DebugNodeInserter::DeparallelizeWhileLoops(graph, device); in DecorateGraph()
Ddebug_graph_utils.cc256 void DebugNodeInserter::DeparallelizeWhileLoops(Graph* graph, Device* device) { in DeparallelizeWhileLoops() function in tensorflow::DebugNodeInserter