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

Method num_op_nodes

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

The number of live nodes in the graph, excluding the Source and Sink nodes.

Source from the content-addressed store, hash-verified

652
653 // The number of live nodes in the graph, excluding the Source and Sink nodes.
654 int num_op_nodes() const {
655 DCHECK_GE(num_nodes_, 2);
656 return num_nodes_ - 2;
657 }
658
659 // The number of live edges in the graph.
660 //

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64