Home
last modified time | relevance | path

Searched defs:batch_count (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_blas.cc646 int batch_count, blas::ComputationType computation_type, in DoBlasGemmStridedBatchedWithAlgorithm()
666 int batch_count, uint64_t batch_stride, in ReorganizeMemory()
712 int batch_count, uint64_t batch_stride, ScratchAllocator *scratch_allocator, in AllocateStridedBuffer()
771 int ldc, int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasGemmBatchedInternal()
865 int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasGemmBatched()
887 int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasGemmBatched()
905 int ldc, int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasGemmBatched()
925 int ldc, int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasGemmBatched()
945 int ldc, int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasGemmBatched()
1014 int batch_count) { in DoBlasTrsmBatched()
[all …]
H A Drocm_fft.cc161 fft::Type type, int batch_count, ScratchAllocator *scratch_allocator) { in Initialize()
467 bool in_place_fft, int batch_count) { in CreateBatchedPlan()
485 bool in_place_fft, int batch_count, ScratchAllocator *scratch_allocator) { in CreateBatchedPlanWithScratchAllocator()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas.cc1050 int batch_count, blas::ComputationType computation_type, in DoBlasInternalImpl()
1192 const DeviceMemorySlice<T> &c_ptrs_to_wrappers, int ldc, int batch_count, in DoBlasInternalImpl()
1329 const DeviceMemorySlice<Eigen::half> &c_array, int ldc, int batch_count, in DoBlasInternalImpl()
1346 const DeviceMemorySlice<float> &c_array, int ldc, int batch_count, in DoBlasInternalImpl()
1362 const DeviceMemorySlice<double> &c_array, int ldc, int batch_count, in DoBlasInternalImpl()
1380 int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasInternalImpl()
1397 int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasInternalImpl()
1412 DeviceMemoryBase *c, int ldc, int64_t stride_c, int batch_count) { in DoBlasInternalImpl()
1603 int batch_count) { in DoBlasInternalImpl()
1616 int batch_count) { in DoBlasInternalImpl()
[all …]
H A Dcuda_fft.cc100 fft::Type type, int batch_count, ScratchAllocator *scratch_allocator) { in Initialize()
420 bool in_place_fft, int batch_count) { in CreateBatchedPlan()
448 bool in_place_fft, int batch_count, ScratchAllocator *scratch_allocator) { in CreateBatchedPlanWithScratchAllocator()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream.cc1627 int batch_count) { in ThenBlasTrsmBatched()
1645 int batch_count) { in ThenBlasTrsmBatched()
1662 DeviceMemory<std::complex<float> *> *bs, int ldb, int batch_count) { in ThenBlasTrsmBatched()
1680 DeviceMemory<std::complex<double> *> *bs, int ldb, int batch_count) { in ThenBlasTrsmBatched()
1702 int ldc, int batch_count) { in ThenBlasGemmBatched()
1716 int ldc, int batch_count, ScratchAllocator *scratch_allocator) { in ThenBlasGemmBatchedWithScratch()
1742 int ldc, int batch_count) { in ThenBlasGemmBatched()
1755 int ldc, int batch_count, ScratchAllocator *scratch_allocator) { in ThenBlasGemmBatchedWithScratch()
1779 int ldc, int batch_count) { in ThenBlasGemmBatched()
1792 int ldc, int batch_count, ScratchAllocator *scratch_allocator) { in ThenBlasGemmBatchedWithScratch()
[all …]
H A Dstream.h923 int64_t stride_c, int batch_count, blas::ComputationType computation_type, in ThenBlasGemmStridedBatchedWithAlgorithm()
1038 int64_t stride_c, int batch_count) { in ThenBlasGemmStridedBatched()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDASparseDescriptors.cpp107 int batch_count = in createRawDnMatDescriptor() local
194 int batch_count = in CuSparseSpMatCsrDescriptor() local
/aosp_15_r20/external/libopus/dnn/torch/fargan/
H A Dadv_train_fargan.py138 batch_count = 0 variable
263 batch_count = batch_count + 1 variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DPersistentSoftmax.cuh303 …nst input_t *src, int softmax_elements, int softmax_elements_stride, int batch_count, const bool *… in dispatch_softmax_forward()
353 … input_t *output, int softmax_elements, int softmax_elements_stride, int batch_count, const bool *… in dispatch_softmax_backward()
H A DSoftMax.cu1165 int batch_count = input.numel() / softmax_elements; in masked_softmax_cuda() local
1234 int64_t batch_count = grad.numel() / softmax_elements; in masked_softmax_backward_cuda() local
/aosp_15_r20/external/mesa3d/src/intel/common/
H A Dintel_measure.h124 unsigned frame, batch_count, event_index, primary_renderpass; member
157 unsigned frame, batch_count, event_count; member
H A Dintel_measure.c645 unsigned int batch_count, in intel_measure_print_cpu_result()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmatmul_util.h39 size_t batch_count = 1; member
H A Ddepthwise_conv_ops_test.cc59 const int batch_count = 1; in Run() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_residency.cpp187 unsigned batch_count = 0; in d3d12_process_batch_residency() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DValidateCompressedIndicesCommon.h291 const auto batch_count = indexCount(batch_dims); in _validate_compressed_sparse_indices_kernel() local
H A DSparseTensorMath.cpp940 int64_t batch_count = 1; in intersection_binary_op_sparse_dense_out() local
943 int64_t batch_count = 1; in intersection_binary_op_sparse_dense_out() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_measure.c313 static unsigned batch_count = 0; in _iris_measure_snapshot() local
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2load_kernel.c554 const uint64_t batch_count = VB2_MIN(disk_count_half, batch_count_1); in try_minios_sector_region() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c252 uint32_t batch_count = 0; in fd_bc_flush_readers() local
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util_impl_helpers.h179 constexpr int batch_count = 16; in DoIsStringASCII() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/
H A DfpA_intB_gemm.h110 int batch_count; member
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_renderer.h107 uint32_t batch_count; member
H A Dvn_renderer_vtest.c532 const uint32_t batch_count = submit->batch_count; in vtest_vcmd_submit_cmd2() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCsrTensorMath.cu230 auto batch_count = in add_out_dense_sparse_compressed_cuda() local

12