Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h186 void SetShouldStoreStepStats(bool value);
Dcontext.cc379 void EagerContext::SetShouldStoreStepStats(bool value) { in SetShouldStoreStepStats() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc861 ctx->context.SetShouldStoreStepStats(true); in TFE_ContextEnableRunMetadata()
866 ctx->context.SetShouldStoreStepStats(false); in TFE_ContextDisableRunMetadata()