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

Method _call_tf_sessionrun

tensorflow/python/client/session.py:1448–1452  ·  view source on GitHub ↗
(self, options, feed_dict, fetch_list, target_list,
                          run_metadata)

Source from the content-addressed store, hash-verified

1446 return handles
1447
1448 def _call_tf_sessionrun(self, options, feed_dict, fetch_list, target_list,
1449 run_metadata):
1450 return tf_session.TF_SessionRun_wrapper(self._session, options, feed_dict,
1451 fetch_list, target_list,
1452 run_metadata)
1453
1454 def _call_tf_sessionprun(self, handle, feed_dict, fetch_list):
1455 return tf_session.TF_SessionPRun_wrapper(self._session, handle, feed_dict,

Callers 5

_single_operation_runMethod · 0.95
_single_tensor_runMethod · 0.95
_fetch_handler_runMethod · 0.95
_run_fnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected