Home
last modified time | relevance | path

Searched defs:batch_offset (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuConcatenateBatchKernel.cpp47 void batch_concat(const ITensor *src, ITensor *dst, unsigned int batch_offset, const Window &window) in batch_concat()
132 Status validate_arguments(const ITensorInfo *src, unsigned int batch_offset, const ITensorInfo *dst) in validate_arguments()
149 void CpuConcatenateBatchKernel::configure(const ITensorInfo *src, unsigned int batch_offset, ITenso… in configure()
185 unsigned int batch_offset, in validate()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDASparseDescriptors.cpp59 cusparseDnMatDescr_t createRawDnMatDescriptor(const Tensor& input, int64_t batch_offset, bool is_co… in createRawDnMatDescriptor()
115 CuSparseDnMatDescriptor::CuSparseDnMatDescriptor(const Tensor& input, int64_t batch_offset) { in CuSparseDnMatDescriptor()
119 …arseConstDnMatDescriptor::CuSparseConstDnMatDescriptor(const Tensor& input, int64_t batch_offset) { in CuSparseConstDnMatDescriptor()
141 CuSparseSpMatCsrDescriptor::CuSparseSpMatCsrDescriptor(const Tensor& input, int64_t batch_offset) { in CuSparseSpMatCsrDescriptor()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClBatchConcatenateKernel.cpp45 Status validate_arguments(const ITensorInfo *src, unsigned int batch_offset, const ITensorInfo *dst) in validate_arguments()
67 …gure(const CLCompileContext &compile_context, ITensorInfo *src, unsigned int batch_offset, ITensor… in configure()
125 unsigned int batch_offset, in validate()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dresize_nearest_neighbor.h76 const int batch_offset = input_shape.Dims(1) * row_offset; in ResizeNearestNeighbor() local
H A Dbatch_matmul.h181 const float batch_offset = static_cast<float>(ioff_ptr2[j]); in BatchMatMul() local
H A Dportable_tensor_utils.cc183 const int32_t batch_offset = input_offset[batch]; in PortableMatrixBatchVectorMultiplyAccumulate() local
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Daub_write.c714 uint64_t batch_offset) in aub_dump_ring_buffer_execlist()
765 uint64_t batch_offset, in aub_dump_ring_buffer_legacy()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dgather_functor_batched.h68 SliceIndex batch_offset = batch_idx * indices_size; in HandleCopiesBatched() local
H A Dresource_variable_ops.cc792 int64_t const batch_offset = params.dim_size(batch_dims_); in AddBatchOffsets() local
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Daubdump.c716 aub_dump_execlist(uint64_t batch_offset, int ring_flag) in aub_dump_execlist()
794 aub_dump_ringbuffer(uint64_t batch_offset, uint64_t offset, int ring_flag) in aub_dump_ringbuffer()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dsparse_matrix.h199 inline int batch_offset(int batch) const { in batch_offset() function
H A Dkernels_gpu.cu.cc410 const int batch_offset = local_batch_ptr[batch]; in CSRSparseMatrixSoftmaxKernel3D() local
/aosp_15_r20/external/mesa3d/src/intel/executor/
H A Dexecutor_main.c683 const int batch_offset = ec.batch_start - ec.bo.batch.addr; in l_execute() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c432 crocus_command_reloc(struct crocus_batch *batch, uint32_t batch_offset, in crocus_command_reloc()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dbatch_matmul.h231 const float batch_offset = static_cast<float>(ioff_ptr2[j]); in BatchMatMul() local
H A Dsse_tensor_utils.cc207 const int32_t batch_offset = input_offset ? input_offset[batch] : 0; in Avx2MatrixBatchVectorMultiplyAccumulateImpl() local
H A Doptimized_ops.h5576 const int batch_offset = input_shape.Dims(1) * row_offset; in ResizeNearestNeighbor() local
/aosp_15_r20/external/mesa3d/src/intel/common/tests/
H A Dmi_builder_test.cpp145 uint32_t batch_offset; member in mi_builder_test
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/
H A Doperator-run.c720 size_t batch_offset, in compute_q8add_strided()