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

Method nodes

tensorflow/core/graph/graph.h:988–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986}
987
988inline gtl::iterator_range<NodeIter> Graph::nodes() const {
989 // Note that NodeId 0 is always valid since we don't let the source
990 // node be removed from the graph.
991 return gtl::make_range(NodeIter(this, 0), NodeIter(this, num_node_ids()));
992}
993
994inline gtl::iterator_range<NodeIter> Graph::op_nodes() const {
995 // Note that NodeId 0 is always valid since we don't let the source

Callers 15

FindVariablePartsMethod · 0.45
ConvertKVOpsMethod · 0.45
FreezeSignatureDefMethod · 0.45
ConvertToHashTableOpsMethod · 0.45
FindRestoreShardNodeMethod · 0.45
AddIncrRestoreOpsMethod · 0.45
FoldConstantsFunction · 0.45

Calls 2

make_rangeFunction · 0.85
NodeIterClass · 0.85

Tested by 15

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
EncapsulateFunction · 0.36
GraphNodesFunction · 0.36
GetClustersFunction · 0.36
EncapsulateFunction · 0.36
GraphNodesFunction · 0.36
FindNodeByNameFunction · 0.36
TESTFunction · 0.36
MarkForCompilationMethod · 0.36