MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TFE_ContextDisableRunMetadata

Function TFE_ContextDisableRunMetadata

tensorflow/c/eager/c_api.cc:957–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955}
956
957void TFE_ContextDisableRunMetadata(TFE_Context* ctx) {
958 ctx->context->SetShouldStoreGraphs(false);
959}
960
961} // extern "C"
962

Callers

nothing calls this directly

Calls 1

SetShouldStoreGraphsMethod · 0.80

Tested by

no test coverage detected