Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h206 WhileContext* while_ctx() const { return while_ctx_; } in while_ctx()
209 DCHECK(while_ctx_ == nullptr); in set_while_ctx()
210 while_ctx_ = while_ctx; in set_while_ctx()
300 WhileContext* while_ctx_; variable
Dgraph.cc130 while_ctx_(nullptr) {} in Node()