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

Method _single_operation_run

tensorflow/python/client/session.py:1295–1296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1293 assert len(target_list) == 1
1294
1295 def _single_operation_run():
1296 self._call_tf_sessionrun(None, {}, [], target_list, None)
1297
1298 return _single_operation_run
1299 elif isinstance(fetches, ops.Tensor):

Callers

nothing calls this directly

Calls 1

_call_tf_sessionrunMethod · 0.95

Tested by

no test coverage detected