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

Function AddNodeInput

tensorflow/tools/graph_transforms/transform_utils.cc:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void AddNodeInput(const string& input_name, NodeDef* node) {
143 *(node->mutable_input()->Add()) = input_name;
144}
145
146void CopyNodeAttr(const NodeDef& source, const string& source_key,
147 const string& dest_key, NodeDef* dest) {

Callers 15

SparsifyGatherInternalFunction · 0.85
QuantizePlaceholdersFunction · 0.85
MergeAdjacentRequantizesFunction · 0.85
QuantizeNodesFunction · 0.85
FlattenAtrousConvFunction · 0.85
QuantizeWeightsFunction · 0.85
TestAddNodeInputMethod · 0.85
TestCopyOriginalMatchMethod · 0.85
FuseResizePadAndConvFunction · 0.85
FuseResizeAndConvFunction · 0.85

Calls 2

AddMethod · 0.45
mutable_inputMethod · 0.45