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

Method IsPartitionedCall

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

Source from the content-addressed store, hash-verified

258 bool IsMetadata() const { return class_ == NC_METADATA; }
259 bool IsFakeParam() const { return class_ == NC_FAKE_PARAM; }
260 bool IsPartitionedCall() const { return class_ == NC_PARTITIONED_CALL; }
261 bool IsIfNode() const { return class_ == NC_IF; }
262 bool IsWhileNode() const { return class_ == NC_WHILE; }
263 // Is this node a function input

Callers 9

GetPotentialFunctionNameFunction · 0.80
GetFunctionNameAndAttrFunction · 0.80
InlineFunctionCallsFunction · 0.80
IsFunctionCallFunction · 0.80
ExpandInlineFunctionsFunction · 0.80
RewriteFunctionCallNodeFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64