/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_batchbuffer.h | 77 #define USED_BATCH(_batch) \ argument 78 ((uintptr_t)((_batch).map_next - (_batch).batch.map))
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | batching.py | 358 lambda component_spec: component_spec._batch( 363 lambda component_spec: component_spec._batch(None),
|
D | distribute.py | 143 lambda ts: ts._unbatch()._batch(new_batch_dim), 295 return type_spec._unbatch()._batch(batch_size)
|
/external/tensorflow/tensorflow/python/framework/ |
D | type_spec.py | 713 return type_spec._batch(batch_size) # pylint: disable=protected-access 757 def _batch(self, batch_size) -> TypeSpec: member in BatchableTypeSpec 946 return merged_subspec._batch(len(subspecs)) # pylint: disable=protected-access
|
D | type_spec_test.py | 154 def _batch(self, batch_size): member in TwoCompositesSpec 156 self.x_spec._batch(batch_size), self.y_spec._batch(batch_size), 781 self.assertEqual(unbatched._batch(batch_size), batched)
|
D | sparse_tensor.py | 397 def _batch(self, batch_size): member in SparseTensorSpec
|
D | tensor_spec.py | 222 def _batch(self, batch_size): member in TensorSpec
|
D | sparse_tensor_test.py | 353 self.assertEqual(spec._batch(batch_size), expected)
|
D | extension_type.py | 669 def _batch(self, batch_size): member in BatchableExtensionTypeSpec
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 757 def _batch(tensors, batch_size, keep_input, num_threads=1, capacity=32, function 1006 return _batch( 1063 return _batch(
|
/external/tensorflow/tensorflow/python/ops/structured/ |
D | structured_tensor_slice_test.py | 240 EXAMPLE_STRUCT_VECTOR, EXAMPLE_STRUCT_SPEC1._batch(6))
|
/external/tensorflow/tensorflow/python/ops/ |
D | map_fn.py | 610 spec._batch(batch_size)._from_compatible_tensor_list(
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator.py | 1322 def _batch(self, batch_size): member in _LinearOperatorSpec 1326 lambda spec: spec._batch(batch_size), # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/data/util/ |
D | structure.py | 536 def _batch(self, batch_size): member in NoneTensorSpec
|
D | structure_test.py | 874 lambda component_spec: component_spec._batch(batch_size),
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | control_flow_ops.py | 249 batch_type_spec = preconverted_value._type_spec._batch(batch_size)
|
D | control_flow_ops_test.py | 2497 def _batch(self, batch_size): member in ParticleSpec
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 894 const void *_batch, uint32_t batch_size, in aub_viewer_render_batch() argument 898 …const uint32_t *p, *batch = (const uint32_t *) _batch, *end = batch + batch_size / sizeof(uint32_t… in aub_viewer_render_batch()
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 4588 def _batch(self, batch_size): member in DatasetSpec 5110 lambda component_spec: component_spec._batch(constant_batch_size), 5114 lambda component_spec: component_spec._batch(None), 5163 lambda component_spec: component_spec._batch(constant_batch_size), 5167 lambda component_spec: component_spec._batch(None),
|
/external/bcc/debian/ |
D | changelog | 43 * finished support for map elements items_*_batch() APIs
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor.py | 2603 def _batch(self, batch_size): member in RaggedTensorSpec 2641 … flat_values_spec = flat_values_spec._unbatch()._batch(None) # pylint: disable=protected-access
|
D | ragged_tensor_test.py | 1549 actual_batched = unbatched_spec._batch(4)._from_tensor_list( 2280 self.assertEqual(spec._batch(batch_size), expected)
|
/external/tensorflow/tensorflow/python/distribute/ |
D | input_lib.py | 2165 return spec._unbatch()._batch(None)
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 580 - panfrost: Stop exposing internal panfrost_*_batch() functions
|