Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h185 bool ShouldStoreStepStats() LOCKS_EXCLUDED(metadata_mu_);
Dexecute.cc477 ctx->ShouldStoreStepStats() ? ctx->RunMetadataProto() : nullptr); in EagerLocalExecute()
485 if (ctx->ShouldStoreStepStats()) { in EagerLocalExecute()
984 if (ctx->ShouldStoreStepStats()) { in EagerKernelExecute()
Dcontext.cc366 bool EagerContext::ShouldStoreStepStats() { in ShouldStoreStepStats() function in tensorflow::EagerContext