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

Method is_stateful

tensorflow/core/grappler/utils/functions.cc:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113GraphDef& GrapplerFunctionItem::mutable_function_body() { return graph; }
114
115bool GrapplerFunctionItem::is_stateful() const { return is_stateful_; }
116
117GrapplerFunctionItem& GrapplerFunctionItem::SwapFunctionBody(GraphDef&& other) {
118 graph.Swap(&other);

Callers 15

MergeDuplicateNodesFunction · 0.45
ConvertLibFunctionMethod · 0.45
TEST_FFunction · 0.45
SummarizeOpDefFunction · 0.45
CreateMethod · 0.45
DefineMethod · 0.45
IsStatefulFunction · 0.45
IsFreeOfSideEffectFunction · 0.45
MakeGrapplerFunctionItemFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36