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

Method IsOp

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

Anything other than the special Source & Sink nodes.

Source from the content-addressed store, hash-verified

144 bool IsSink() const { return id() == 1; }
145 // Anything other than the special Source & Sink nodes.
146 bool IsOp() const { return id() > 1; }
147
148 // Node class helpers
149 bool IsApplyAdagradOps() const {

Callers 15

ConvertNodeMethod · 0.80
ExtractBodiesMethod · 0.80
PropagateUpdatedStateMethod · 0.80
FunctionalizeInternalMethod · 0.80
OptimizeGraphFunction · 0.80
DebugStringMethod · 0.80
DebugInfoMethod · 0.80
ToGraphDefFunction · 0.80
RecordTimeMethod · 0.80

Calls

no outgoing calls

Tested by 7

IncludeNodeMethod · 0.64
IncludeNodeMethod · 0.64
ExpectNodesMethod · 0.64
CheckTypeFunction · 0.64
TEST_FFunction · 0.64
IncludeNodeMethod · 0.64
IncludeNodeMethod · 0.64