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

Method MainOpsFanin

tensorflow/core/grappler/grappler_item.cc:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51std::vector<const NodeDef*> GrapplerItem::MainOpsFanin() const {
52 return ComputeTransitiveFanin(graph, fetch);
53}
54
55std::vector<const NodeDef*> GrapplerItem::EnqueueOpsFanin() const {
56 std::vector<string> enqueue_ops;

Callers 2

GenerateReportMethod · 0.80
TEST_FFunction · 0.80

Calls 1

ComputeTransitiveFaninFunction · 0.70

Tested by 1

TEST_FFunction · 0.64