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

Function AddDefaultAttrsToGraphDef

tensorflow/core/framework/graph_def_util.cc:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
55 const OpRegistryInterface& op_registry,
56 int node_offset) {
57 return AddDefaultAttrsToGraphDef(graph_def, op_registry, node_offset, false);
58}
59
60Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
61 const OpRegistryInterface& op_registry,

Callers 13

AddDefaultAttributesFunction · 0.85
AddDefaultAttributesFunction · 0.85
InitGraphFunction · 0.85
AddPlaceholdersForFeedsFunction · 0.85
RuntimeGraphOptimizerFunction · 0.85
TEST_FFunction · 0.85
MakeForBaseGraphMethod · 0.85
MakeForPrunedGraphMethod · 0.85
ExtendMethod · 0.85
TESTFunction · 0.85

Calls 5

InvalidArgumentFunction · 0.85
AddDefaultsToNodeDefFunction · 0.85
LookUpOpDefMethod · 0.80
opMethod · 0.45
okMethod · 0.45

Tested by 2

TEST_FFunction · 0.68
TESTFunction · 0.68