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

Method IsVariable

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

Source from the content-addressed store, hash-verified

237 bool IsStage() const { return class_ == NC_TENSOR_BUFFER_PUT; }
238 bool IsUnstage() const { return class_ == NC_TENSOR_BUFFER_TAKE; }
239 bool IsVariable() const { return class_ == NC_VARIABLE; }
240 bool IsKvVarHandle() const { return class_ == NC_KV_VAR_HANDLE; }
241 bool IsIdentity() const { return class_ == NC_IDENTITY; }
242 bool IsGetSessionHandle() const { return class_ == NC_GET_SESSION_HANDLE; }

Callers 12

watchMethod · 0.80
MarkComputeGraphFunction · 0.80
GetVarOfIdentityFunction · 0.80
CompleteVariablesMethod · 0.80
IsSplitedIgnoredMethod · 0.80
UseFuseRecvInternalMethod · 0.80
CompleteSubGraphMethod · 0.80
SplitGraphInternalMethod · 0.80
ExtendGraphFunction · 0.80
MarkComputeGraphMethod · 0.80
IsVariableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected