Searched refs:partial_run (Results 1 – 9 of 9) sorted by relevance
45 res = sess.partial_run(h, r1, feed_dict={a: 1, b: 2})48 res = sess.partial_run(h, r2, feed_dict={c: temp})53 res = sess.partial_run(h2, r1, feed_dict={a: 1, b: 2})56 res = sess.partial_run(h2, r2, feed_dict={c: temp})67 res = sess.partial_run(h, r1, feed_dict={a: 1, b: 2})79 res = sess.partial_run(h1, r1, feed_dict={a: 1, b: 2})82 res = sess.partial_run(h2, r1, feed_dict={a: temp, b: 9})84 res = sess.partial_run(h2, r2, feed_dict={c: 7})99 res = sess.partial_run(h, outputs[i], feed_dict={inputs[i]: 1.0})115 r2 = sess.partial_run(h, [b, c])[all …]
559 res = sess.partial_run(h, r1, feed_dict={a: 1, b: 2})561 res = sess.partial_run(h, r2, feed_dict={c: 3})
74 def partial_run(self, handle, fetches, feed_dict=None): member in SessionInterface979 def partial_run(self, handle, fetches, feed_dict=None): member in BaseSession
195 s.partial_run('foo', r1, feed_dict={a: 1, b: 2})1900 partial_run = sess.partial_run_setup([squared_tensor], [])1901 squared_eval = sess.partial_run(partial_run, squared_tensor)
31 std::unique_ptr<PartialRunState> partial_run = in FindOrCreate() local33 partial_run->cancellation_manager = in FindOrCreate()35 *cancellation_manager = partial_run->cancellation_manager.get(); in FindOrCreate()36 step_id_to_partial_run_[step_id] = std::move(partial_run); in FindOrCreate()
40 name: "partial_run"
652 def partial_run(self, handle, fetches, feed_dict=None): member in BaseDebugWrapperSession
896 res1 = session.partial_run(handle, r1, feed_dict={a: a_val, b: b_val})899 res2 = session.partial_run(handle, r2, feed_dict={c: c_val})