Home
last modified time | relevance | path

Searched refs:_batch (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.h67 #define USED_BATCH(_batch) \ argument
68 ((uintptr_t)((_batch).map_next - (_batch).batch.map))
/external/tensorflow/tensorflow/python/data/util/
Dstructure.py170 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
Dstructure_test.py416 batched_structure = element_structure._batch(batch_size)
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dsliding.py41 self._structure = input_structure._batch(None) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/data/ops/
Doptional_ops.py200 def _batch(self, batch_size): member in OptionalStructure
Ddataset_ops.py2215 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/
Dinput.py761 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/
Dbatching.py589 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