Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc244 int phantom_node_id = cycles->NewNode(); in AdjustCycleDetectionGraphForResourceOps() local
245 CHECK(cycles->InsertEdge(unsafe_dep.first, phantom_node_id)); in AdjustCycleDetectionGraphForResourceOps()
246 CHECK(cycles->InsertEdge(phantom_node_id, unsafe_dep.second)); in AdjustCycleDetectionGraphForResourceOps()