Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h724 std::map<string, WhileContext> while_ctxs_; variable
Dgraph.cc799 auto pair = while_ctxs_.insert(std::pair<string, WhileContext>( in AddWhileContext()