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

Method InitOpsFanin

tensorflow/core/grappler/grappler_item.cc:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::vector<const NodeDef*> GrapplerItem::InitOpsFanin() const {
66 return ComputeTransitiveFanin(graph, init_ops);
67}
68
69std::vector<const NodeDef*> GrapplerItem::MainVariables() const {
70 std::vector<const NodeDef*> fanin = ComputeTransitiveFanin(graph, init_ops);

Callers 1

TEST_FFunction · 0.80

Calls 1

ComputeTransitiveFaninFunction · 0.70

Tested by 1

TEST_FFunction · 0.64