Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.h77 #define USED_BATCH(_batch) \ argument
78 ((uintptr_t)((_batch).map_next - (_batch).batch.map))
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor_spec_test.py175 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))
Dstructured_tensor_slice_test.py244 EXAMPLE_STRUCT_VECTOR, EXAMPLE_STRUCT_SPEC1._batch(6))
Dstructured_tensor.py1088 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/
Dbatching.py353 lambda component_spec: component_spec._batch(
358 lambda component_spec: component_spec._batch(None),
Ddistribute.py142 lambda ts: ts._unbatch()._batch(new_batch_dim),
280 return type_spec._unbatch()._batch(batch_size)
/external/tensorflow/tensorflow/python/framework/
Dtype_spec.py505 def _batch(self, batch_size): member in BatchableTypeSpec
603 return merged_subspec._batch(len(subspecs)) # pylint: disable=protected-access
Dtensor_spec.py211 def _batch(self, batch_size): member in TensorSpec
Dsparse_tensor.py399 def _batch(self, batch_size): member in SparseTensorSpec
Dsparse_tensor_test.py344 self.assertEqual(spec._batch(batch_size), expected)
/external/tensorflow/tensorflow/python/training/
Dinput.py760 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/
Dstructure.py523 def _batch(self, batch_size): member in NoneTensorSpec
Dstructure_test.py653 lambda component_spec: component_spec._batch(batch_size),
/external/tensorflow/tensorflow/python/ops/
Dmap_fn.py613 spec._batch(batch_size)._from_compatible_tensor_list(
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py242 batch_type_spec = preconverted_value._type_spec._batch(batch_size)
Dcontrol_flow_ops_test.py2123 def _batch(self, batch_size): member in ParticleSpec
/external/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp894 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/
Ddataset_ops.py3372 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/
Dinput_lib.py2206 return spec._unbatch()._batch(None)
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor.py2454 def _batch(self, batch_size): member in RaggedTensorSpec
Dragged_tensor_test.py1902 self.assertEqual(spec._batch(batch_size), expected)
/external/mesa3d/docs/relnotes/
D19.3.0.rst580 - panfrost: Stop exposing internal panfrost_*_batch() functions
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/train/
Dtrain_hello_world_model.ipynb420 …twork's weights and biases are adjusted accordingly, once per batch. The _batch size_ is also a pa…