Home
last modified time | relevance | path

Searched defs:k_size (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionGpu.h24 const Index m_size, const Index n_size, const Index k_size) { in EigenContractionKernelInternal()
513 const Index m_size, const Index n_size, const Index k_size) { in EigenContractionKernel()
538 const Index n_size, const Index k_size, in EigenFloatContractionKernelInternal16x16()
778 const Index n_size, const Index k_size, in EigenFloatContractionKernelInternal()
1145 const Index m_size, const Index n_size, const Index k_size) { in EigenFloatContractionKernel()
1192 const Index m_size, const Index n_size, const Index k_size) { in EigenFloatContractionKernel16x16()
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_contract_sycl.cpp37 IndexType k_size, IndexType n_size) { in test_sycl_contraction()
155 IndexType k_size, IndexType n_size) { in test_no_out_of_bounds()
257 void test_scalar(const Device &sycl_device, IndexType m_size, IndexType k_size, in test_scalar()
321 IndexType k_size, IndexType n_size, IndexType m_batch, in contraction_batch()
395 IndexType k_size, IndexType n_size) { in contraction_rhs_transposed()
464 IndexType k_size, IndexType n_size) { in contraction_lhs_transposed()
530 IndexType k_size, IndexType n_size) { in contraction_both_transposed()
H A Dcxx11_tensor_contract_gpu.cu26 void test_gpu_contraction(int m_size, int k_size, int n_size) in test_gpu_contraction()
90 void test_scalar(int m_size, int k_size, int n_size) in test_scalar()
H A Dcxx11_tensor_scan_gpu.cu25 void test_gpu_cumsum(int m_size, int k_size, int n_size) in test_gpu_cumsum()
H A Dcxx11_tensor_scan_sycl.cpp27 IndexType k_size, IndexType n_size, int consume_dim, in test_sycl_cumsum()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Doperation_blocked.hpp155 size_type k_size = BOOST_UBLAS_SAME (e1 ().size2 (), e2 ().size1 ()); in block_prod() local
216 size_type k_size = BOOST_UBLAS_SAME (e1 ().size2 (), e2 ().size1 ()); in block_prod() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
H A Dgemm_interleaved_pretransposed_2d.hpp466 unsigned int k_size = (current.kmax() - current.k0()); in get_B_pretransposed_array_size() local
490 unsigned int k_size = (current.kmax() - current.k0()); in pretranspose_B_array() local
H A Dgemm_hybrid.hpp232 const unsigned int k_size = roundup(kmax-k0, strategy::k_unroll()); in pretranspose_B_array() local
H A Dgemm_hybrid_quantized_inline.hpp241 const unsigned int k_size = roundup(kmax-k0, strategy::k_unroll()); in pretranspose_B_array() local
H A Dgemm_hybrid_quantized.hpp291 const unsigned int k_size = roundup(kmax-k0, strategy::k_unroll()); in pretranspose_B_array() local
H A Dgemm_hybrid_indirect.hpp645 unsigned int k_size = kmax - k0; in pretranspose_B_array() local
H A Dgemm_interleaved.hpp1062 unsigned int k_size = (current.kmax() - current.k0()); in pretranspose_B_array() local
/aosp_15_r20/external/pytorch/torch/nested/_internal/
H A Dsdpa.py139 def _try_broadcast_param_size(q_size, k_size, v_size, param_name, debug=False) -> bool: argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/
H A Dsdp_utils_cpp.h120 const c10::SymInt k_size, in try_broadcast_param_size()
/aosp_15_r20/external/XNNPACK/src/
H A Doperator-run.c965 const size_t k_size = context->input_size[3]; in xnn_compute_pad_5d() local
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs40675 pub k_size: u32, field
40738 pub fn k_size(mut self, k_size: u32) -> Self { in k_size() method