Home
last modified time | relevance | path

Searched refs:is_stateful_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h117 bool is_stateful_ = false; variable
Dfunctions.cc52 is_stateful_(is_stateful) { in GrapplerFunctionItem()
122 bool GrapplerFunctionItem::is_stateful() const { return is_stateful_; } in is_stateful()