MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / CopyGraph

Function CopyGraph

tensorflow/c/c_api.cc:1929–1967  ·  view source on GitHub ↗

Copies `src_graph` into `dst_graph`. Any node in `src_graph` with input `src_inputs[i]` will have that input replaced with `dst_inputs[i]`. `prefix` will be prepended to copied node names. `control_deps` are nodes in `dst_graph` that the copied `src_graph` nodes will have control dependencies on. `return_nodes` are nodes in `src_graph`, and the new corresponding nodes in `dst_graph` will be retur

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TF_FinishWhileHelperFunction · 0.70

Calls 10

ToTensorIdFunction · 0.85
ImportGraphDefFunction · 0.85
emplace_backMethod · 0.80
TensorIdClass · 0.50
ToGraphDefMethod · 0.45
sizeMethod · 0.45
nameMethod · 0.45
nodeMethod · 0.45
indexMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected