/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/ops/structured/ |
D | structured_tensor_spec_test.py | 175 self.assertEqual(unbatched._batch(batch_size), batched) 249 actual_batched = unbatched_spec._batch(batch_size)._from_tensor_list( 252 unbatched_spec._batch(batch_size).is_compatible_with(actual_batched))
|
D | structured_tensor_slice_test.py | 244 EXAMPLE_STRUCT_VECTOR, EXAMPLE_STRUCT_SPEC1._batch(6))
|
D | structured_tensor.py | 1088 def _batch(self, batch_size): member in StructuredTensorSpec 1092 dict((k, v._batch(batch_size)) for (k, v) in self._field_specs.items()))
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | batching.py | 353 lambda component_spec: component_spec._batch( 358 lambda component_spec: component_spec._batch(None),
|
D | distribute.py | 142 lambda ts: ts._unbatch()._batch(new_batch_dim), 280 return type_spec._unbatch()._batch(batch_size)
|
/external/tensorflow/tensorflow/python/framework/ |
D | type_spec.py | 505 def _batch(self, batch_size): member in BatchableTypeSpec 603 return merged_subspec._batch(len(subspecs)) # pylint: disable=protected-access
|
D | tensor_spec.py | 211 def _batch(self, batch_size): member in TensorSpec
|
D | sparse_tensor.py | 399 def _batch(self, batch_size): member in SparseTensorSpec
|
D | sparse_tensor_test.py | 344 self.assertEqual(spec._batch(batch_size), expected)
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 760 def _batch(tensors, batch_size, keep_input, num_threads=1, capacity=32, function 1009 return _batch( 1066 return _batch(
|
/external/tensorflow/tensorflow/python/data/util/ |
D | structure.py | 523 def _batch(self, batch_size): member in NoneTensorSpec
|
D | structure_test.py | 653 lambda component_spec: component_spec._batch(batch_size),
|
/external/tensorflow/tensorflow/python/ops/ |
D | map_fn.py | 613 spec._batch(batch_size)._from_compatible_tensor_list(
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | control_flow_ops.py | 242 batch_type_spec = preconverted_value._type_spec._batch(batch_size)
|
D | control_flow_ops_test.py | 2123 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 | 3372 def _batch(self, batch_size): member in DatasetSpec 3972 lambda component_spec: component_spec._batch(constant_batch_size), 3976 lambda component_spec: component_spec._batch(None), 4012 lambda component_spec: component_spec._batch(constant_batch_size), 4016 lambda component_spec: component_spec._batch(None),
|
/external/tensorflow/tensorflow/python/distribute/ |
D | input_lib.py | 2206 return spec._unbatch()._batch(None)
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor.py | 2454 def _batch(self, batch_size): member in RaggedTensorSpec
|
D | ragged_tensor_test.py | 1902 self.assertEqual(spec._batch(batch_size), expected)
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 580 - panfrost: Stop exposing internal panfrost_*_batch() functions
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/train/ |
D | train_hello_world_model.ipynb | 420 …twork's weights and biases are adjusted accordingly, once per batch. The _batch size_ is also a pa…
|