MCPcopy Create free account
hub / github.com/alibaba/nann / run

Method run

tensorflow/tensorflow/python/client/session.py:846–965  ·  view source on GitHub ↗

Runs operations and evaluates tensors in `fetches`. This method runs one "step" of TensorFlow computation, by running the necessary graph fragment to execute every `Operation` and evaluate every `Tensor` in `fetches`, substituting the values in `feed_dict` for the corresponding inpu

(self, fetches, feed_dict=None, options=None, run_metadata=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_generic_runMethod · 0.95
_register_dead_handleMethod · 0.95
_update_with_moversMethod · 0.95
RunTestManyPartialRunMethod · 0.45
_benchmarkFeedMethod · 0.45
_benchmarkFetchMethod · 0.45
_benchmarkRunOpMethod · 0.45
testSimpleTimelineMethod · 0.45
testTimelineCpuMethod · 0.45
testTimelineGpuMethod · 0.45

Calls 3

_runMethod · 0.95
SerializeToStringMethod · 0.45
ParseFromStringMethod · 0.45

Tested by 15

RunTestManyPartialRunMethod · 0.36
testSimpleTimelineMethod · 0.36
testTimelineCpuMethod · 0.36
testTimelineGpuMethod · 0.36
testManyCPUsMethod · 0.36
testErrorsReportedMethod · 0.36
testFetchNoneMethod · 0.36
testFetchSingletonMethod · 0.36