Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h234 WhileContext* while_ctx() const { return while_ctx_; } in while_ctx()
237 DCHECK(while_ctx_ == nullptr); in set_while_ctx()
238 while_ctx_ = while_ctx; in set_while_ctx()
347 WhileContext* while_ctx_; variable
Dgraph.cc127 while_ctx_(nullptr) {} in Node()