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

Method GetGraph

tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc:464–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464Graph* Encapsulator::Subgraph::GetGraph() const { return graph_.get(); }
465
466Status Encapsulator::Subgraph::RecordArg(
467 const Edge* edge, const std::unordered_map<const Node*, Node*>& node_images,

Callers 2

CopySubgraphEdgesMethod · 0.45
SplitIntoSubgraphsMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected