Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc255 if (n->IsGetSessionHandle() || n->IsGetSessionTensor() || in IsConstantFoldable()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h169 bool IsGetSessionHandle() const { return class_ == NC_GET_SESSION_HANDLE; } in IsGetSessionHandle() function