Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
990
void TFE_ContextStartStep(TFE_Context* ctx) { ctx->context->StartStep(); }
991
992
void TFE_ContextEndStep(TFE_Context* ctx) { ctx->context->EndStep(); }
993
Callers
nothing calls this directly
Calls
1
StartStep
Method · 0.45
Tested by
no test coverage detected