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

Method call_frame

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

Function call support. If this kernel invocation is within a function execution, call_frame() returns the call frame for the function call.

Source from the content-addressed store, hash-verified

1158 // If this kernel invocation is within a function execution,
1159 // call_frame() returns the call frame for the function call.
1160 CallFrameInterface* call_frame() const { return params_->call_frame; }
1161
1162 // If not nullptr, the kernel invoke functions defined in the
1163 // library. E.g., CHECK_NOTNULL(function_library())->Run("Foo", ...).

Callers 4

GetFrameAndIterFunction · 0.45
GetFrameAndIterFunction · 0.45
ComputeMethod · 0.45
GetFrameAndIterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected