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

Method num_node_ids

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

Returns one more than the maximum id assigned to any node.

Source from the content-addressed store, hash-verified

690
691 // Returns one more than the maximum id assigned to any node.
692 int num_node_ids() const { return nodes_.size(); }
693
694 // Returns the node associated with an id, or nullptr if no node
695 // with that id (the node with that id was removed and the id has

Callers 15

InlineFunctionCallsFunction · 0.45
ConstantFoldFunction · 0.45
CheckFetchMethod · 0.45
ColocationGraphMethod · 0.45
BuildControlFlowInfoMethod · 0.45
InlineFunctionBodyFunction · 0.45
CopyMethod · 0.45
RunMethod · 0.45
InitializeMethod · 0.45
InitFromGraphMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 6

BM_CSEFunction · 0.36
TEST_FFunction · 0.36
BM_GraphCreationFunction · 0.36
BM_MklLayoutRewritePassFunction · 0.36