Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h143 virtual void SetShouldStoreGraphs(bool value) = 0;
Dc_api_experimental.cc52 tensorflow::unwrap(ctx)->SetShouldStoreGraphs(true); in TFE_ContextEnableGraphCollection()
56 tensorflow::unwrap(ctx)->SetShouldStoreGraphs(false); in TFE_ContextDisableGraphCollection()
Dc_api.cc954 tensorflow::unwrap(ctx)->SetShouldStoreGraphs(true); in TFE_ContextEnableRunMetadata()
958 tensorflow::unwrap(ctx)->SetShouldStoreGraphs(false); in TFE_ContextDisableRunMetadata()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h320 void SetShouldStoreGraphs(bool value) override;
Dcontext.cc868 void EagerContext::SetShouldStoreGraphs(bool value) { in SetShouldStoreGraphs() function in tensorflow::EagerContext