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

Method FunctionLibraryDefinition

tensorflow/core/framework/function.cc:1059–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057 true /* is_function */) {}
1058
1059FunctionLibraryDefinition::FunctionLibraryDefinition(
1060 const FunctionLibraryDefinition& other)
1061 : default_registry_(other.default_registry_) {
1062 tf_shared_lock l(other.mu_);
1063 function_defs_ = other.function_defs_;
1064 func_grad_ = other.func_grad_;
1065}
1066
1067FunctionLibraryDefinition::FunctionLibraryDefinition(
1068 const OpRegistryInterface* default_registry,

Callers

nothing calls this directly

Calls 6

signatureMethod · 0.80
gradientMethod · 0.80
function_nameMethod · 0.80
nameMethod · 0.65
functionMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected