Home
last modified time | relevance | path

Searched defs:is_stateful (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dfunctions.cc45 const bool is_stateful, GraphDef&& function_body) in GrapplerFunctionItem()
122 bool GrapplerFunctionItem::is_stateful() const { return is_stateful_; } in is_stateful() function in tensorflow::grappler::GrapplerFunctionItem
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_def.proto162 bool is_stateful = 17; // for things like variables, queue field
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmake_deterministic.cc570 bool is_stateful = false; in FunctionNodeMayIntroduceNondeterminism() local
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dop_def.pb.h2399 inline bool OpDef::is_stateful() const { in is_stateful() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dpfor.py364 def is_stateful(self): member in WhileOp