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

Function InstantiateFunctionCall

tensorflow/core/common_runtime/function.cc:1521–1527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1519}
1520
1521Status InstantiateFunctionCall(const NodeDef& call_def,
1522 FunctionLibraryRuntime* flr,
1523 FunctionLibraryRuntime::Handle* handle) {
1524 NameAttrList function;
1525 TF_RETURN_IF_ERROR(NameAndAttrsFromFunctionCall(call_def, &function));
1526 return flr->Instantiate(function.name(), AttrSlice(&function.attr()), handle);
1527}
1528
1529namespace {
1530

Callers 3

PropagateThroughCallOpFunction · 0.85
IsCompilableCallMethod · 0.85
ExpandInlineFunctionsFunction · 0.85

Calls 5

AttrSliceClass · 0.85
attrMethod · 0.80
nameMethod · 0.65
InstantiateMethod · 0.45

Tested by

no test coverage detected