Searched refs:partial_run (Results 1 – 9 of 9) sorted by relevance
52 res = sess.partial_run(h, r1, feed_dict={a: 1, b: 2})55 res = sess.partial_run(h, r2, feed_dict={c: temp})60 res = sess.partial_run(h2, r1, feed_dict={a: 1, b: 2})63 res = sess.partial_run(h2, r2, feed_dict={c: temp})74 res = sess.partial_run(h, r1, feed_dict={a: 1, b: 2})86 res = sess.partial_run(h1, r1, feed_dict={a: 1, b: 2})89 res = sess.partial_run(h2, r1, feed_dict={a: temp, b: 9})91 res = sess.partial_run(h2, r2, feed_dict={c: 7})106 res = sess.partial_run(h, outputs[i], feed_dict={inputs[i]: 1.0})122 r2 = sess.partial_run(h, [b, c])[all …]
484 res = sess.partial_run(h, r1, feed_dict={a: 1, b: 2})486 res = sess.partial_run(h, r2, feed_dict={c: 3})
64 def partial_run(self, handle, fetches, feed_dict=None): member in SessionInterface941 def partial_run(self, handle, fetches, feed_dict=None): member in BaseSession
192 s.partial_run('foo', r1, feed_dict={a: 1, b: 2})1880 partial_run = sess.partial_run_setup([squared_tensor], [])1881 squared_eval = sess.partial_run(partial_run, squared_tensor)
38 std::unique_ptr<PartialRunState> partial_run = MakeUnique<PartialRunState>(); in FindOrCreate() local39 partial_run->cancellation_manager = MakeUnique<CancellationManager>(); in FindOrCreate()40 *cancellation_manager = partial_run->cancellation_manager.get(); in FindOrCreate()41 step_id_to_partial_run_[step_id] = std::move(partial_run); in FindOrCreate()
40 name: "partial_run"
618 def partial_run(self, handle, fetches, feed_dict=None): member in BaseDebugWrapperSession
1205 res1 = session.partial_run(handle, r1, feed_dict={a: a_val, b: b_val})1208 res2 = session.partial_run(handle, r2, feed_dict={c: c_val})