Home
last modified time | relevance | path

Searched defs:batch (Results 176 – 200 of 1331) sorted by relevance

12345678910>>...54

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dcrop_and_resize_op_gpu.cu.cc43 int num_boxes, int batch, int image_height, int image_width, in CropAndResizeKernel()
147 int num_boxes, int batch, int image_height, int image_width, in CropAndResizeBackpropImageKernel()
243 const int32* __restrict__ box_ind_ptr, int num_boxes, int batch, in CropAndResizeBackpropBoxesKernel()
368 const int batch = image.dimension(0); in operator ()() local
406 const int batch = grads_image.dimension(0); in operator ()() local
457 const int batch = image.dimension(0); in operator ()() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
H A DThresholdBatcher.java57 private final E batch; field in ThresholdBatcher.ReleaseResourcesFunction
59 private ReleaseResourcesFunction(E batch) { in ReleaseResourcesFunction()
216 final E batch = removeBatch(); in pushCurrentBatch() local
253 E batch = currentOpenBatch; in removeBatch() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/xe/
H A Diris_batch.c159 iris_xe_wait_exec_queue_idle(struct iris_batch *batch) in iris_xe_wait_exec_queue_idle()
194 iris_xe_destroy_exec_queue(struct iris_batch *batch) in iris_xe_destroy_exec_queue()
208 void iris_xe_destroy_batch(struct iris_batch *batch) in iris_xe_destroy_batch()
217 bool iris_xe_replace_batch(struct iris_batch *batch) in iris_xe_replace_batch()
/aosp_15_r20/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp417 auto batch = std::make_shared<InflightBatch>(); in registerBatch() local
454 std::shared_ptr<InflightBatch> batch = mInflightBatches[0]; in checkAndRemoveFirstBatch() local
470 std::shared_ptr<InflightBatch> batch) { in sendBatchShutterCbsLocked()
529 std::shared_ptr<InflightBatch> batch) { in sendBatchBuffersLocked()
534 std::shared_ptr<InflightBatch> batch, const std::vector<int>& streams) { in sendBatchBuffersLocked()
611 std::shared_ptr<InflightBatch> batch, uint32_t lastPartialResultIdx) { in sendBatchMetadataLocked()
678 std::shared_ptr<InflightBatch> batch = mInflightBatches[0]; in notify() local
697 std::shared_ptr<InflightBatch> batch = pair.second; in notify() local
769 std::shared_ptr<InflightBatch> batch = pair.second; in processCaptureResult() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.cc248 emit_setup(struct fd_batch *batch) in emit_setup()
476 fd6_clear_ubwc(struct fd_batch *batch, struct fd_resource *rsc) assert_dt in fd6_clear_ubwc()
787 fd6_clear_lrz(struct fd_batch *batch, struct fd_resource *zsbuf, in fd6_clear_lrz()
925 struct fd_batch *batch = fd_bc_alloc_batch(ctx, true); in fd6_clear_buffer() local
1054 struct fd_batch *batch = fd_bc_alloc_batch(ctx, true); in fd6_clear_texture() local
1103 fd6_resolve_tile(struct fd_batch *batch, struct fd_ringbuffer *ring, in fd6_resolve_tile()
1189 struct fd_batch *batch; in handle_rgba_blit() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/
H A DFakeBatchableApi.java143 Collection<? extends BatchedRequestIssuer<List<Integer>>> batch) { in splitResponse()
158 Throwable throwable, Collection<? extends BatchedRequestIssuer<List<Integer>>> batch) { in splitException()
208 List<Integer> batchResponse, List<BatchEntry<Integer, Integer>> batch) { in splitResponse() argument
215 public void splitException(Throwable throwable, List<BatchEntry<Integer, Integer>> batch) { in splitException() argument
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_init_state.c186 init_common_queue_state(struct anv_queue *queue, struct anv_batch *batch) in init_common_queue_state()
381 struct anv_batch *batch = &submit->batch; in init_render_queue_state() local
702 struct anv_batch *batch = &submit->batch; in init_compute_queue_state() local
804 struct anv_batch *batch = &submit->batch; in init_copy_video_queue_state() local
1465 struct anv_batch *batch = &submit->batch; in genX() local
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp.c131 struct blorp_batch *batch, void *driver_batch, in blorp_batch_init()
140 blorp_batch_finish(struct blorp_batch *batch) in blorp_batch_finish()
146 blorp_surface_info_init(struct blorp_batch *batch, in blorp_surface_info_init()
255 blorp_hiz_op(struct blorp_batch *batch, struct blorp_surf *surf, in blorp_hiz_op()
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/cts/
H A DWifiScannerTest.java90 int period, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
101 private static WifiScanner.ScanSettings createRequest(int type, int band, int period, int batch, in createRequest()
107 private static WifiScanner.ScanSettings createRequest(int band, int period, int batch, in createRequest()
114 int maxPeriod, int stepCount, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DAppDataHelper.java135 Installer.Batch batch = new Installer.Batch(); in prepareAppDataPostCommitLIF() local
166 private void executeBatchLI(@NonNull Installer.Batch batch) { in executeBatchLI()
174 private void prepareAppDataAndMigrate(@NonNull Installer.Batch batch, in prepareAppDataAndMigrate()
214 private @NonNull CompletableFuture<?> prepareAppData(@NonNull Installer.Batch batch, in prepareAppData()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlrn_op.cc90 const int batch = static_cast<int>(in.dim_size(0)); in launch() local
198 const int batch = static_cast<int>(in.dim_size(0)); in launch() local
334 const int batch = static_cast<int>(in.dim_size(0)); in Compute() local
398 const int64_t batch = in_grads.dim_size(0); in launch() local
490 const int64_t batch = in_grads.dim_size(0); in launch() local
662 const int64_t batch = in_grads.dim_size(0); in Compute() local
H A Dragged_cross_op.cc87 void ReadValue(int64_t batch, int64_t n, uint64* out) const override { in ReadValue()
91 void ReadValue(int64_t batch, int64_t n, tstring* out) const override { in ReadValue()
110 void ReadValue(int64_t batch, int64_t n, uint64* out) const override { in ReadValue()
114 void ReadValue(int64_t batch, int64_t n, tstring* out) const override { in ReadValue()
145 void ReadValue(int64_t batch, int64_t n, uint64* out) const override { in ReadValue()
149 void ReadValue(int64_t batch, int64_t n, tstring* out) const override { in ReadValue()
H A Dbias_op.cc49 int32* batch, int32* height, int32* width, int32* depth, in GetBiasValueDims()
261 int32_t batch, height, width, depth, channel; in Compute() local
400 const Tensor& output_backprop, int32_t batch, in ComputeWithCustomKernel()
410 const Tensor& output_backprop, int32_t batch, in ComputeWithReduceSum()
449 int32_t batch, height, width, depth, channel; in Compute() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.h94 fd5_cache_flush(struct fd_batch *batch, struct fd_ringbuffer *ring) assert_dt in fd5_cache_flush()
123 fd5_event_write(struct fd_batch *batch, struct fd_ringbuffer *ring, in fd5_event_write()
136 fd5_emit_blit(struct fd_batch *batch, struct fd_ringbuffer *ring) in fd5_emit_blit()
172 fd5_emit_lrz_flush(struct fd_batch *batch, struct fd_ringbuffer *ring) in fd5_emit_lrz_flush()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dmatrix_solve_op.cc237 for (int batch = 0; batch < batch_size; ++batch) { in ComputeAsync() local
251 for (int batch = 0; batch < batch_size; ++batch) { in ComputeAsync() local
322 for (int batch = 0; batch < batch_size; ++batch) { in ComputeAsync() local
341 for (int batch = 0; batch < batch_size; ++batch) { in ComputeAsync() local
H A Dqr_op_impl.h208 for (int batch = 0; batch < batch_size; ++batch) { in ComputeAsync() local
237 for (int batch = 0; batch < batch_size; ++batch) { in ComputeAsync() local
268 for (int batch = 0; batch < batch_size; ++batch) { in ComputeAsync() local
289 for (int batch = 0; batch < batch_size; ++batch) { in ComputeAsync() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_draw.c188 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_simple_draw_vbo() local
212 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_indirect_draw_vbo() local
292 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_draw_vbo() local
417 struct iris_batch *batch = &ice->batches[IRIS_BATCH_COMPUTE]; in iris_launch_grid() local
H A Diris_clear.c42 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_is_color_fast_clear_compatible() local
195 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in fast_clear_color() local
340 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in clear_color() local
460 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in fast_clear_depth() local
582 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in clear_depth_stencil() local
/aosp_15_r20/external/XNNPACK/test/
H A Drmaxabs-microkernel-tester.h26 inline RMaxAbsMicrokernelTester& batch(size_t batch) { in batch() argument
32 inline size_t batch() const { in batch() function
H A Dvlshift-microkernel-tester.h24 inline VLShiftMicrokernelTester& batch(size_t batch) { in batch() argument
30 inline size_t batch() const { in batch() function
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Drendercopy.h4 static inline void emit_vertex_2s(struct intel_batchbuffer *batch, in emit_vertex_2s()
10 static inline void emit_vertex(struct intel_batchbuffer *batch, in emit_vertex()
18 static inline void emit_vertex_normalized(struct intel_batchbuffer *batch, in emit_vertex_normalized()
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/
H A Devaluate_forward_time.py18 def run_forward(model, **batch):
54 def measure_forward_pass(sparse_model_metadata, device, sparse_dlrm, **batch):
101 batch = make_sample_test_batch(args.raw_data_file, args.processed_data_file, device) variable
/aosp_15_r20/external/pytorch/benchmarks/fastrnns/
H A Dcustom_lstms.py403 def test_script_rnn_layer(seq_len, batch, input_size, hidden_size): argument
423 def test_script_stacked_rnn(seq_len, batch, input_size, hidden_size, num_layers): argument
449 def test_script_stacked_bidir_rnn(seq_len, batch, input_size, hidden_size, num_layers): argument
481 seq_len, batch, input_size, hidden_size, num_layers argument
494 def test_script_stacked_lnlstm(seq_len, batch, input_size, hidden_size, num_layers): argument
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp164 Batch* batch = new Batch(this, "Batch0"); in CpuScriptGroup2Impl() local
279 for (const string& batch : kernelBatches) { in setupCompileArguments() local
283 for (const string& batch : invokeBatches) { in setupCompileArguments() local
415 for (const auto& batch : mBatches) { in compile() local
574 for (auto batch : mBatches) { in execute() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dpooling.h42 for (int batch = 0; batch < batches; ++batch) { in AveragePool() local
100 for (int batch = 0; batch < batches; ++batch) { in AveragePool() local
155 for (int batch = 0; batch < batches; ++batch) { in L2Pool() local
209 for (int batch = 0; batch < batches; ++batch) { in MaxPool() local
263 for (int batch = 0; batch < batches; ++batch) { in MaxPool() local

12345678910>>...54