Home
last modified time | relevance | path

Searched refs:_batch (Results 1 – 24 of 24) 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/data/experimental/ops/
Dbatching.py358 lambda component_spec: component_spec._batch(
363 lambda component_spec: component_spec._batch(None),
Ddistribute.py143 lambda ts: ts._unbatch()._batch(new_batch_dim),
295 return type_spec._unbatch()._batch(batch_size)
/external/tensorflow/tensorflow/python/framework/
Dtype_spec.py713 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
Dtype_spec_test.py154 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)
Dsparse_tensor.py397 def _batch(self, batch_size): member in SparseTensorSpec
Dtensor_spec.py222 def _batch(self, batch_size): member in TensorSpec
Dsparse_tensor_test.py353 self.assertEqual(spec._batch(batch_size), expected)
Dextension_type.py669 def _batch(self, batch_size): member in BatchableExtensionTypeSpec
/external/tensorflow/tensorflow/python/training/
Dinput.py757 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/
Dstructured_tensor_slice_test.py240 EXAMPLE_STRUCT_VECTOR, EXAMPLE_STRUCT_SPEC1._batch(6))
/external/tensorflow/tensorflow/python/ops/
Dmap_fn.py610 spec._batch(batch_size)._from_compatible_tensor_list(
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator.py1322 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/
Dstructure.py536 def _batch(self, batch_size): member in NoneTensorSpec
Dstructure_test.py874 lambda component_spec: component_spec._batch(batch_size),
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py249 batch_type_spec = preconverted_value._type_spec._batch(batch_size)
Dcontrol_flow_ops_test.py2497 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.py4588 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/
Dchangelog43 * finished support for map elements items_*_batch() APIs
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor.py2603 def _batch(self, batch_size): member in RaggedTensorSpec
2641 … flat_values_spec = flat_values_spec._unbatch()._batch(None) # pylint: disable=protected-access
Dragged_tensor_test.py1549 actual_batched = unbatched_spec._batch(4)._from_tensor_list(
2280 self.assertEqual(spec._batch(batch_size), expected)
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib.py2165 return spec._unbatch()._batch(None)
/external/mesa3d/docs/relnotes/
D19.3.0.rst580 - panfrost: Stop exposing internal panfrost_*_batch() functions