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

Method step_container

tensorflow/core/framework/op_kernel.h:1242–1244  ·  view source on GitHub ↗

Per-step container for use by white-listed internal ops.

Source from the content-addressed store, hash-verified

1240
1241 // Per-step container for use by white-listed internal ops.
1242 ScopedStepContainer* step_container() const {
1243 return params_->step_container;
1244 }
1245
1246 // Helper routines for the OP_REQUIRES macros
1247 void CtxFailure(const Status& s);

Callers 13

xla_context.ccFile · 0.80
ComputeAsyncMethod · 0.80
GetStackFunction · 0.80
ComputeMethod · 0.80
resource_handleMethod · 0.80
GetTensorArrayFunction · 0.80
CreateTensorArrayMethod · 0.80
CreateTensorArrayMethod · 0.80
SetRunOptionsFunction · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
ProcessFuncBatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected