Searched refs:_batch (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_batchbuffer.h | 67 #define USED_BATCH(_batch) \ argument 68 ((uintptr_t)((_batch).map_next - (_batch).batch.map))
|
/external/tensorflow/tensorflow/python/data/util/ |
D | structure.py | 170 def _batch(self, batch_size): member in Structure 417 def _batch(self, batch_size): member in NestedStructure 419 lambda s: s._batch(batch_size), self._nested_structure)) 489 def _batch(self, batch_size): member in TensorStructure 565 def _batch(self, batch_size): member in SparseTensorStructure
|
D | structure_test.py | 416 batched_structure = element_structure._batch(batch_size)
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
D | sliding.py | 41 self._structure = input_structure._batch(None) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | optional_ops.py | 200 def _batch(self, batch_size): member in OptionalStructure
|
D | dataset_ops.py | 2215 def _batch(self, batch_size): member in DatasetStructure 2774 self._structure = input_dataset._element_structure._batch( 2777 self._structure = input_dataset._element_structure._batch(None)
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 761 def _batch(tensors, batch_size, keep_input, num_threads=1, capacity=32, function 1010 return _batch( 1067 return _batch(
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | batching.py | 589 self._structure = self._map_func.output_structure._batch( # pylint: disable=protected-access 592 … self._structure = self._map_func.output_structure._batch(None) # pylint: disable=protected-access
|