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.cc74 ctx->context.SetShouldStoreGraphs(true); in TFE_ContextEnableGraphCollection()
78 ctx->context.SetShouldStoreGraphs(false); in TFE_ContextDisableGraphCollection()
Dc_api.cc860 ctx->context.SetShouldStoreGraphs(true); in TFE_ContextEnableRunMetadata()
865 ctx->context.SetShouldStoreGraphs(false); in TFE_ContextDisableRunMetadata()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h188 void SetShouldStoreGraphs(bool value);
Dcontext.cc371 void EagerContext::SetShouldStoreGraphs(bool value) { in SetShouldStoreGraphs() function in tensorflow::EagerContext