Home
last modified time | relevance | path

Searched defs:batch_stride (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/internal/
H A DCpuGemmAssemblyDispatch.cpp254 const size_t batch_stride = batch_size / sizeof(TypeInput); in prepare_indirect_buffer() local
331 const size_t batch_stride = batch_size / sizeof(TypeInputPtr); in configure_indirect() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dmatmul_utils.h82 int64_t batch_stride; // `batch_stride` is set to `0` when `batch_size == 1`. member
H A Dmatmul_utils_test.cc99 int64_t batch_stride; member
H A Dmatmul_utils.cc130 int64_t batch_stride = num_rows * num_cols; in For() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/
H A Dmax_unpooling_2d.cc39 const int batch_stride = in MaxUnpooling() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDASparseDescriptors.cpp85 auto batch_stride = ndim > 2 && batch_offset >= 0 ? input_strides[ndim - 3] : 0; in createRawDnMatDescriptor() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dblas.h194 int64_t batch_stride; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas_lt.cc143 std::optional<int64_t> batch_stride) { in Create()
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_blas.cc666 int batch_count, uint64_t batch_stride, in ReorganizeMemory()
712 int batch_count, uint64_t batch_stride, ScratchAllocator *scratch_allocator, in AllocateStridedBuffer()
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc598 const int32_t batch_stride = input_shape[1] * y_stride; in Im2Row() local
H A Donedevice_train_palm_detection_filter_inference.cc599 const int32_t batch_stride = input_shape[1] * y_stride; in Im2Row() local
H A Donedevice_train_palm_detection_filter_inference_v2.cc598 const int32_t batch_stride = input_shape[1] * y_stride; in Im2Row() local