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

Function TFE_ContextStartStep

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

Source from the content-addressed store, hash-verified

988} // namespace
989
990void TFE_ContextStartStep(TFE_Context* ctx) { ctx->context->StartStep(); }
991
992void TFE_ContextEndStep(TFE_Context* ctx) { ctx->context->EndStep(); }
993

Callers

nothing calls this directly

Calls 1

StartStepMethod · 0.45

Tested by

no test coverage detected