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

Method function_library

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

If not nullptr, the kernel invoke functions defined in the library. E.g., CHECK_NOTNULL(function_library())->Run("Foo", ...).

Source from the content-addressed store, hash-verified

1162 // If not nullptr, the kernel invoke functions defined in the
1163 // library. E.g., CHECK_NOTNULL(function_library())->Run("Foo", ...).
1164 FunctionLibraryRuntime* function_library() const {
1165 return params_->function_library;
1166 }
1167
1168 std::function<void(std::function<void()>)>* runner() const {
1169 return params_->runner;

Callers 15

ParamsMethod · 0.45
FindFunctionCallFunction · 0.45
SpecializeFunctionFunction · 0.45
ComputeAsyncMethod · 0.45
ComputeMethod · 0.45
ComputeAsyncMethod · 0.45
RunFunctionMethod · 0.45
IfOpMethod · 0.45
ComputeAsyncMethod · 0.45
StateMethod · 0.45
CaseOpMethod · 0.45

Calls

no outgoing calls

Tested by 1

ComputeMethod · 0.36