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

Function IsInSubgraph

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

Source from the content-addressed store, hash-verified

687}
688
689bool IsInSubgraph(const string& func_id) { return !func_id.empty(); }
690
691Status Encapsulator::CopySubgraphNodes(
692 std::unordered_map<const Node*, Node*>* node_images) {

Callers 8

CopySubgraphNodesMethod · 0.70
CopySubgraphEdgesMethod · 0.70
AddEdgesToOutputGraphMethod · 0.70

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected