Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc78 ctx->context->SetShouldStoreGraphs(true); in TFE_ContextEnableGraphCollection()
82 ctx->context->SetShouldStoreGraphs(false); in TFE_ContextDisableGraphCollection()
Dc_api.cc1551 ctx->context->SetShouldStoreGraphs(true); in TFE_ContextEnableRunMetadata()
1555 ctx->context->SetShouldStoreGraphs(false); in TFE_ContextDisableRunMetadata()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h271 void SetShouldStoreGraphs(bool value);
Dcontext.cc668 void EagerContext::SetShouldStoreGraphs(bool value) { in SetShouldStoreGraphs() function in tensorflow::EagerContext