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

Method _get_mover_key

tensorflow/python/ops/session_ops.py:134–136  ·  view source on GitHub ↗

The graph key for mover.

(feeder, handle)

Source from the content-addressed store, hash-verified

132
133 @staticmethod
134 def _get_mover_key(feeder, handle):
135 """The graph key for mover."""
136 return feeder.op.name + ";" + TensorHandle._get_reader_key(handle)
137
138
139@tf_export(v1=["get_session_handle"])

Callers 1

_get_handle_moverFunction · 0.80

Calls 1

_get_reader_keyMethod · 0.80

Tested by

no test coverage detected