/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 | fully_connected.h | 48 const int batches = output_shape.Dims(0); in FullyConnectedPerChannel() local 89 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnectedPerChannel() local 132 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local 174 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local
|
D | pooling.h | 34 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local 97 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local 152 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local 215 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/ |
D | fully_connected.h | 47 const int batches = FlatSizeSkipDim(output_shape, output_dims_count - 1); in FullyConnectedSparseWeight() local 92 const int batches = thread_end - thread_start; in FullyConnectedSparseWeight1x16Impl() local 130 const int batches = thread_end - thread_start; in FullyConnectedSparseWeight1x4Impl() local 209 const int batches = in FullyConnectedSparseWeight1x16() local 234 const int batches = in FullyConnectedSparseWeight1x4() local
|
/external/pytorch/aten/src/ATen/benchmarks/ |
D | quantize_per_channel.cpp | 7 const size_t batches = static_cast<size_t>(state.range(0)); in quantize_per_channel_4d_contiguous() local 25 const size_t batches = static_cast<size_t>(state.range(0)); in quantize_per_channel_4d_channels_last() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | pooling.h | 34 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local 92 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in AveragePool() local 147 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in L2Pool() local 201 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local 255 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxPool() local
|
D | fully_connected.h | 44 const int batches = FlatSizeSkipDim(output_shape, output_dims_count - 1); in FullyConnected() local 89 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local 136 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local 189 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in ShuffledFullyConnected() local
|
D | resize_bilinear.h | 66 int32_t batches = MatchingDim(input_shape, 0, output_shape, 0); in ResizeBilinear() local 154 const int32_t batches = MatchingDim(input_shape, 0, output_shape, 0); in ResizeBilinearInteger() 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
|
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/ |
D | AccumulatingBatchReceiver.java | 39 private final ConcurrentLinkedQueue<T> batches = new ConcurrentLinkedQueue<>(); field in AccumulatingBatchReceiver
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | fully_connected.h | 53 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnectedPerChannel() local 125 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local
|
/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 | resize_op_benchmark_test.cc | 24 static Graph* Resize(const char* algorithm, int batches, int width, in Resize()
|
D | mirror_pad_op_benchmark_test.cc | 24 static Graph* MirrorPad(int batches, int height, int width, int depth, int pad, in MirrorPad()
|
D | non_max_suppression_op_benchmark_test.cc | 24 static Graph* CombinedNonMaxSuppression(int batches, int box_num, int class_num, in CombinedNonMaxSuppression()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch_cache.h | 37 struct fd_batch *batches[32]; member
|
/external/ComputeLibrary/tests/validation/reference/ |
D | Im2Col.cpp | 51 const int batches = src.shape().total_size_upper(3); in im2col_nchw() local 105 const int batches = src.shape().total_size_upper(3); in im2col_nhwc() local
|
D | Col2Im.cpp | 43 …const size_t batches = dst_shape.total_size() / (dst_shape.x() * dst_shape.y() * dst_shape.z()); in col2im() local
|
D | ChannelShuffle.cpp | 47 const int batches = src.shape()[3]; in channel_shuffle() local
|
D | Reverse.cpp | 49 const unsigned int batches = src.shape()[3]; in reverse() local
|
/external/ComputeLibrary/examples/ |
D | graph_lenet.cpp | 66 unsigned int batches = 4; /** Number of batches */ in do_setup() local
|
/external/armnn/src/backends/reference/workloads/ |
D | DepthToSpace.cpp | 28 const unsigned int batches = inputShape[0]; in DepthToSpace() 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()
|
/external/ComputeLibrary/utils/ |
D | CommonGraphOptions.h | 155 SimpleOption<int> *batches; /**< Number of batches */ variable
|
/external/armnn/src/armnn/layers/ |
D | FullyConnectedLayer.cpp | 42 unsigned int batches = inputShape[0]; in InferOutputShapes() local
|