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

Method IsKvVarHandle

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

Source from the content-addressed store, hash-verified

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; }
243 bool IsGetSessionTensor() const { return class_ == NC_GET_SESSION_TENSOR; }

Callers 8

MarkComputeGraphFunction · 0.80
CompleteVariablesMethod · 0.80
IsSplitedIgnoredMethod · 0.80
UseFuseRecvInternalMethod · 0.80
CompleteSubGraphMethod · 0.80
SplitGraphInternalMethod · 0.80
MarkComputeGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected