Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def.proto148 bool is_stateful = 17; // for things like variables, queue field
/external/tensorflow/tensorflow/core/grappler/utils/
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
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dhoist_random_uniform.cc161 bool is_stateful, in MakeLessStatefulFunction()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py357 def is_stateful(self): member in WhileOp