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

Method _get_reader_key

tensorflow/python/ops/session_ops.py:128–131  ·  view source on GitHub ↗

The graph key for reader.

(handle)

Source from the content-addressed store, hash-verified

126
127 @staticmethod
128 def _get_reader_key(handle):
129 """The graph key for reader."""
130 handle_parts = str(handle).split(";")
131 return handle_parts[0] + ";" + handle_parts[-1]
132
133 @staticmethod
134 def _get_mover_key(feeder, handle):

Callers 2

_get_mover_keyMethod · 0.80
_get_handle_readerFunction · 0.80

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected