Searched refs:next_batch (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | glthread.c | 108 glthread->next_batch = &glthread->batches[glthread->next]; in _mesa_glthread_init() 195 struct glthread_batch *next = glthread->next_batch; in _mesa_glthread_flush_batch() 235 glthread->next_batch = &glthread->batches[glthread->next]; in _mesa_glthread_flush_batch() 260 struct glthread_batch *next = glthread->next_batch; in _mesa_glthread_finish()
|
D | glthread_marshal.h | 60 struct glthread_batch *next = glthread->next_batch; in _mesa_glthread_allocate_command() 65 next = glthread->next_batch; in _mesa_glthread_allocate_command()
|
D | glthread.h | 144 struct glthread_batch *next_batch; member
|
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/ |
D | unidirectional_sequence_lstm_test.py | 139 batch_x, batch_y = self.mnist.train.next_batch( 193 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
|
D | unidirectional_sequence_rnn_test.py | 134 batch_x, batch_y = self.mnist.train.next_batch( 188 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
|
D | bidirectional_sequence_lstm_test.py | 150 batch_x, batch_y = self.mnist.train.next_batch( 209 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
|
D | bidirectional_sequence_rnn_test.py | 171 batch_x, batch_y = self.mnist.train.next_batch( 237 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 973 struct gen_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); in aub_viewer_render_batch() local 975 if (next_batch.map == NULL) { in aub_viewer_render_batch() 980 aub_viewer_render_batch(ctx, next_batch.map, next_batch.size, in aub_viewer_render_batch() 981 next_batch.addr, false); in aub_viewer_render_batch()
|
/external/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 105 renderer_draw_conditional(struct xa_context *r, int next_batch) in renderer_draw_conditional() argument 107 if (r->buffer_size + next_batch >= XA_VB_SIZE || in renderer_draw_conditional() 108 (next_batch == 0 && r->buffer_size)) { in renderer_draw_conditional()
|
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 1140 struct gen_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); in gen_print_batch() local 1142 if (next_batch.map == NULL) { in gen_print_batch() 1146 gen_print_batch(ctx, next_batch.map, next_batch.size, in gen_print_batch() 1147 next_batch.addr, false); in gen_print_batch()
|
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
D | mnist_softmax_xla.py | 72 batch_xs, batch_ys = mnist.train.next_batch(100)
|
D | fully_connected_feed.py | 78 images_feed, labels_feed = data_set.next_batch(FLAGS.batch_size,
|
D | mnist_with_summaries.py | 154 xs, ys = mnist.train.next_batch(100, fake_data=FLAGS.fake_data)
|
D | input_data.py | 195 def next_batch(self, batch_size, fake_data=False, shuffle=True): member in _DataSet
|