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

Method _single_tensor_run

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

Source from the content-addressed store, hash-verified

1303 assert not target_list
1304
1305 def _single_tensor_run():
1306 results = self._call_tf_sessionrun(None, {}, fetch_list, [], None)
1307 return results[0]
1308
1309 return _single_tensor_run
1310 else:

Callers

nothing calls this directly

Calls 1

_call_tf_sessionrunMethod · 0.95

Tested by

no test coverage detected