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

Method ReachableDefinitions

tensorflow/core/framework/function.cc:1607–1610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1605} // namespace
1606
1607FunctionLibraryDefinition FunctionLibraryDefinition::ReachableDefinitions(
1608 const GraphDef& graph) const {
1609 return ReachableFunctionLibraryDefinition(*this, graph.node());
1610}
1611
1612FunctionLibraryDefinition FunctionLibraryDefinition::ReachableDefinitions(
1613 const FunctionDef& func) const {

Callers 11

TESTFunction · 0.80
MakeGrapplerFunctionItemFunction · 0.80
PruneFunctionLibraryFunction · 0.80
OptimizeMethod · 0.80
PartitionFunctionGraphFunction · 0.80
PartitionFunction · 0.80
AddFunctionlibraryFunction · 0.80

Calls 3

nodeMethod · 0.45
node_defMethod · 0.45

Tested by 1

TESTFunction · 0.64