Home | History | Annotate | Download | only in queues

Lines Matching refs:dq

64           dq = sess.run(dq_op)
65 np.testing.assert_array_equal(indices, dq[0])
66 np.testing.assert_array_equal(expected_dq, dq[1])
80 dq = sess.run(dq_op)
81 indices = dq[0]
83 np.testing.assert_array_equal(expected_dq, dq[1])
107 dq = sess.run(dq_op)
108 np.testing.assert_array_equal(expected_df_indices, dq[0])
111 dq[col_num + 1])
129 dq = sess.run(dq_op)
130 indices = dq[0]
134 dq[col_num + 1])