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

Method GetFunctionLibraryDefinition

tensorflow/core/common_runtime/function.cc:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295const FunctionLibraryDefinition*
296FunctionLibraryRuntimeOverlay::GetFunctionLibraryDefinition() const {
297 return lib_def_ ? lib_def_ : base_flr_->GetFunctionLibraryDefinition();
298}
299
300string FunctionLibraryRuntimeOverlay::DebugString(Handle handle) {
301 return base_flr_->DebugString(handle);

Callers 15

GetGraphMethod · 0.45
CompileGraphMethod · 0.45
CompileMethod · 0.45
GetFunctionNameAndAttrFunction · 0.45
CompileFunctionalNodeMethod · 0.45
AnalyzeResourceUsageFunction · 0.45
IsCompilableNodeMethod · 0.45
CompileMethod · 0.45
CanCreateKernelMethod · 0.45
CompileToLocalExecutableFunction · 0.45
FunctionDefToGraphDefFunction · 0.45
ShouldOwnKernelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected