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

Function ComputeTransitiveFanin

tensorflow/core/grappler/grappler_item.cc:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202std::vector<const NodeDef*> ComputeTransitiveFanin(
203 const GraphDef& graph, const std::vector<string>& terminal_nodes) {
204 bool ill_formed = false;
205 std::vector<const NodeDef*> result =
206 ComputeTransitiveFanin(graph, terminal_nodes, &ill_formed);
207 CHECK(!ill_formed);
208 return result;
209}
210
211std::vector<const NodeDef*> ComputeTransitiveFanin(
212 const GraphDef& graph, const std::vector<string>& terminal_nodes,

Callers 4

MainOpsFaninMethod · 0.70
EnqueueOpsFaninMethod · 0.70
InitOpsFaninMethod · 0.70
MainVariablesMethod · 0.70

Calls 12

NodeNameFunction · 0.85
attrMethod · 0.80
pop_backMethod · 0.80
nameMethod · 0.65
nodeMethod · 0.45
opMethod · 0.45
atMethod · 0.45
push_backMethod · 0.45
emptyMethod · 0.45
backMethod · 0.45
insertMethod · 0.45
inputMethod · 0.45

Tested by

no test coverage detected