Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
assign
Method · 0.45
_replicated_variable_getter
Function · 0.45
opt_variable
Function · 0.45
make_input_specs
Method · 0.45
_split_tensors
Method · 0.45
build_infeed_from_input_specs
Method · 0.45
__init__
Method · 0.45
build_infeed_from_input_specs
Method · 0.45
_model_fn
Method · 0.45
_process_outputs
Method · 0.45
fit
Method · 0.45
evaluate
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
15
checkAllgather
Method · 0.36
test_mpi_allgather
Method · 0.36
test_mpi_allreduce
Method · 0.36
testGetGraphFromInvalidInputs
Method · 0.36
create_checkpoint_from_values
Method · 0.36
create_checkpoint_from_values
Method · 0.36
setUp
Method · 0.36
GetNewNode
Function · 0.36
testBasic
Method · 0.36
testBasicOneShotIterator
Method · 0.36
testBasicImplicitIterator
Method · 0.36
testOverrideThreadPool
Method · 0.36