Home
last modified time | relevance | path

Searched refs:ShouldStoreGraphs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h187 bool ShouldStoreGraphs() LOCKS_EXCLUDED(metadata_mu_);
Dexecute.cc429 if (ctx->ShouldStoreGraphs()) { in EagerLocalExecute()
482 if (ctx->ShouldStoreGraphs()) { in EagerLocalExecute()
Dcontext.cc361 bool EagerContext::ShouldStoreGraphs() { in ShouldStoreGraphs() function in tensorflow::EagerContext