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

Method append

tensorflow/core/graph/template_base.h:90–93  ·  view source on GitHub ↗

add a new edge

Source from the content-addressed store, hash-verified

88
89 // add a new edge
90 void append(const Edge* item) {
91 oedges.push_back(item);
92 remainEdgeVal++;
93 }
94
95 // mapping a graph node_port to a tempalte node port
96 // node_port: a graph node port (outputs)

Callers 15

assignMethod · 0.45
opt_variableFunction · 0.45
make_input_specsMethod · 0.45
_split_tensorsMethod · 0.45
__init__Method · 0.45
_model_fnMethod · 0.45
_process_outputsMethod · 0.45
fitMethod · 0.45
evaluateMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by 15

checkAllgatherMethod · 0.36
test_mpi_allgatherMethod · 0.36
test_mpi_allreduceMethod · 0.36
setUpMethod · 0.36
GetNewNodeFunction · 0.36
testBasicMethod · 0.36