Home
last modified time | relevance | path

Searched defs:batchIdx (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
H A DShareInBufferTest.kt26 val batchIdx = i % batchSize in <lambda>() constant
38 val batchIdx = i % batchSize in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A DBufferTest.kt28 val batchIdx = i % batchSize in <lambda>() constant
36 val batchIdx = i % batchSize in <lambda>() constant
/aosp_15_r20/frameworks/native/libs/gui/
H A DSurface.cpp916 for (size_t batchIdx = 0; batchIdx < numBufferRequested; batchIdx++) { in dequeueBuffers() local
1282 for (size_t batchIdx = 0; batchIdx < numBuffers; batchIdx++) { in queueBuffers() local
1309 for (size_t batchIdx = 0; batchIdx < numBuffers; batchIdx++) { in queueBuffers() local
1319 for (size_t batchIdx = 0; batchIdx < numBuffers; batchIdx++) { in queueBuffers() local
1384 for (size_t batchIdx = 0; batchIdx < numBuffers; batchIdx++) { in queueBuffers() local
1410 for (size_t batchIdx = 0; batchIdx < numBuffers; batchIdx++) { in queueBuffers() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DConv3dImpl.cpp63 for (unsigned int batchIdx = 0; batchIdx < batchSize; batchIdx++) in Convolve3d() local
H A DConvImpl.cpp120 for (unsigned int batchIdx = 0; batchIdx < batchSize; batchIdx++) in Convolve() local
/aosp_15_r20/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp667 int batchIdx = pair.first; in notify() local
764 int batchIdx = pair.first; in processCaptureResult() local
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dquery_result.ts662 private batchIdx = -1; // The batch index within |result.batches[]|. property in RowIteratorImpl
/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result.ts703 private batchIdx = -1; // The batch index within |result.batches[]|. property in RowIteratorImpl
/aosp_15_r20/hardware/interfaces/camera/device/3.4/default/
H A DCameraDeviceSession.cpp630 int batchIdx = pair.first; in processCaptureResult_3_4() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDepthwiseConv2d.cu325 for (int batchIdx = batch; batchIdx < batchSize; batchIdx += nwarps){ in conv_depthwise2d_grad_weight_kernel() local