Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc1198 if (ctx.ShouldStoreGraphs()) { in GetOrCreateKernelAndDevice()
1313 if (ctx.ShouldStoreGraphs()) { in AddOrExecuteNode()
2131 if (ctx.ShouldStoreGraphs()) { in EagerLocalExecuteAsync()
Dcontext.h368 bool ShouldStoreGraphs() TF_LOCKS_EXCLUDED(metadata_mu_);
Dcontext.cc1099 bool EagerContext::ShouldStoreGraphs() { return should_store_graphs_.load(); } in ShouldStoreGraphs() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc1551 context_->GetEagerContext()->ShouldStoreGraphs()) { in Initialize()