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

Function _copy_handle_data

tensorflow/python/ops/while_v2.py:1097–1099  ·  view source on GitHub ↗
(src_tensors, tgt_tensors)

Source from the content-addressed store, hash-verified

1095
1096
1097def _copy_handle_data(src_tensors, tgt_tensors):
1098 for src_t, tgt_t in zip(src_tensors, tgt_tensors):
1099 custom_gradient.copy_handle_data(src_t, tgt_t)
1100
1101
1102def _graph_name(graph):

Callers 2

while_loopFunction · 0.85
_WhileGradFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected