Searched refs:ShouldStoreStepStats (Results 1 – 3 of 3) sorted by relevance
185 bool ShouldStoreStepStats() LOCKS_EXCLUDED(metadata_mu_);
477 ctx->ShouldStoreStepStats() ? ctx->RunMetadataProto() : nullptr); in EagerLocalExecute()485 if (ctx->ShouldStoreStepStats()) { in EagerLocalExecute()984 if (ctx->ShouldStoreStepStats()) { in EagerKernelExecute()
366 bool EagerContext::ShouldStoreStepStats() { in ShouldStoreStepStats() function in tensorflow::EagerContext