MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / NotBackedge

Function NotBackedge

tensorflow/compiler/jit/partially_decluster_pass.cc:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61namespace {
62
63bool NotBackedge(const Edge& edge) { return !edge.src()->IsNextIteration(); }
64
65namespace reduce_device_to_host_copies {
66Status FindNodesToDecluster(const Graph& graph,

Callers

nothing calls this directly

Calls 2

IsNextIterationMethod · 0.80
srcMethod · 0.45

Tested by

no test coverage detected