/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_gttfill.c | 38 struct batch *batches = array; in xchg_batch() local 49 struct batch *batches, unsigned int count) in submit() 113 struct batch *batches; in fillgtt() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | pooling.h | 32 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local 93 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local 148 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local 209 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local
|
D | fully_connected.h | 41 const int batches = output_shape.Dims(0); in FullyConnected() local 81 const int batches = output_shape.Dims(0); in FullyConnected() local
|
D | depthwise_conv.h | 49 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in DepthwiseConvPerChannel() local 146 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in DepthwiseConvPerChannel() local 229 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in DepthwiseConvHybridPerChannel() local
|
D | conv.h | 50 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in ConvPerChannel() local 153 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in ConvPerChannel() local
|
D | transpose_conv.h | 42 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in TransposeConv() local 141 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in TransposeConv() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | pooling.h | 32 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local 88 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local 141 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in L2Pool() local 195 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local 249 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local
|
D | fully_connected.h | 41 const int batches = FlatSizeSkipDim(output_shape, output_dims_count - 1); in FullyConnected() local 86 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local 133 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local 186 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in ShuffledFullyConnected() local
|
D | conv.h | 45 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in Conv() local 128 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in Conv() local 208 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in HybridConvPerChannel() local
|
/external/tensorflow/tensorflow/lite/kernels/perception/ |
D | max_unpooling_2d.cc | 37 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxUnpooling() local 85 int batches = input->dims->data[0]; in Prepare() local
|
D | max_pool_with_argmax.cc | 39 const int32_t batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local 176 int batches = input->dims->data[0]; in Prepare() local
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_generator_test.py | 494 def _make_dataset(self, inputs, batches): argument 497 def _make_iterator(self, inputs, batches): argument 501 def _make_generator(self, inputs, batches): argument
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch_cache.h | 51 struct fd_batch *batches[32]; member
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | adjust_contrast_op_benchmark_test.cc | 24 static Graph* AdjustContrast(int batches, int width, int height) { in AdjustContrast()
|
D | mirror_pad_op_benchmark_test.cc | 24 static Graph* MirrorPad(int batches, int height, int width, int depth, int pad, in MirrorPad()
|
D | resize_op_benchmark_test.cc | 24 static Graph* Resize(const char* algorithm, int batches, int input_height, in Resize()
|
D | non_max_suppression_op_benchmark_test.cc | 24 static Graph* CombinedNonMaxSuppression(int batches, int box_num, int class_num, in CombinedNonMaxSuppression()
|
D | crop_and_resize_op_benchmark_test.cc | 24 static Graph* CropAndResize(int batches, int width, int height, int depth, in CropAndResize()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/ |
D | fully_connected.h | 44 const int batches = FlatSizeSkipDim(output_shape, output_dims_count - 1); in FullyConnectedSparseWeight() local 91 const int batches = thread_end - thread_start; in FullyConnectedSparseWeight1x4Impl() local 175 const int batches = in FullyConnectedSparseWeight1x4() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | svdf_test.cc | 131 BaseSVDFOpModel(int batches, int units, int input_size, int memory_size, in BaseSVDFOpModel() 206 HybridSVDFOpModel(int batches, int units, int input_size, int memory_size, in HybridSVDFOpModel() 470 IntegerSVDFOpModel(int batches, int units, int input_size, int memory_size, in IntegerSVDFOpModel()
|
D | basic_rnn_test.cc | 173 RNNOpModel(int batches, int units, int size, in RNNOpModel() 235 HybridRNNOpModel(int batches, int units, int size, TensorType tensor_type, in HybridRNNOpModel()
|
D | log_softmax_test.cc | 34 LogSoftmaxOpModel(int batches, int size) in LogSoftmaxOpModel()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | im2col_utils.h | 138 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in DilatedIm2col() local 224 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in Im2col() local 260 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in Im2col() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | pooling.h | 53 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local 163 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local
|
D | fully_connected.h | 54 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local
|