Home
last modified time | relevance | path

Searched defs:batches (Results 1 – 25 of 72) sorted by relevance

123

/external/igt-gpu-tools/tests/i915/
Dgem_exec_gttfill.c38 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/
Dpooling.h32 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
Dfully_connected.h41 const int batches = output_shape.Dims(0); in FullyConnected() local
81 const int batches = output_shape.Dims(0); in FullyConnected() local
Ddepthwise_conv.h49 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
Dconv.h50 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
Dtranspose_conv.h42 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/
Dpooling.h32 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
Dfully_connected.h41 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
Dconv.h45 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/
Dmax_unpooling_2d.cc37 const int batches = MatchingDim(input_shape, 0, output_shape, 0); in MaxUnpooling() local
85 int batches = input->dims->data[0]; in Prepare() local
Dmax_pool_with_argmax.cc39 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/
Dtraining_generator_test.py494 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/
Dfreedreno_batch_cache.h51 struct fd_batch *batches[32]; member
/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_contrast_op_benchmark_test.cc24 static Graph* AdjustContrast(int batches, int width, int height) { in AdjustContrast()
Dmirror_pad_op_benchmark_test.cc24 static Graph* MirrorPad(int batches, int height, int width, int depth, int pad, in MirrorPad()
Dresize_op_benchmark_test.cc24 static Graph* Resize(const char* algorithm, int batches, int input_height, in Resize()
Dnon_max_suppression_op_benchmark_test.cc24 static Graph* CombinedNonMaxSuppression(int batches, int box_num, int class_num, in CombinedNonMaxSuppression()
Dcrop_and_resize_op_benchmark_test.cc24 static Graph* CropAndResize(int batches, int width, int height, int depth, in CropAndResize()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/
Dfully_connected.h44 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/
Dsvdf_test.cc131 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()
Dbasic_rnn_test.cc173 RNNOpModel(int batches, int units, int size, in RNNOpModel()
235 HybridRNNOpModel(int batches, int units, int size, TensorType tensor_type, in HybridRNNOpModel()
Dlog_softmax_test.cc34 LogSoftmaxOpModel(int batches, int size) in LogSoftmaxOpModel()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h138 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/
Dpooling.h53 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
Dfully_connected.h54 const int batches = FlatSizeSkipDim(output_shape, output_dim_count - 1); in FullyConnected() local

123