/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorContractionGpu.h | 24 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 D | cxx11_tensor_contract_sycl.cpp | 37 IndexType k_size, IndexType n_size) { in test_sycl_contraction() 155 IndexType k_size, IndexType n_size) { in test_no_out_of_bounds() 258 IndexType n_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 D | cxx11_tensor_contract_gpu.cu | 26 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 D | cxx11_tensor_scan_gpu.cu | 25 void test_gpu_cumsum(int m_size, int k_size, int n_size) in test_gpu_cumsum()
|
H A D | cxx11_tensor_scan_sycl.cpp | 27 IndexType k_size, IndexType n_size, int consume_dim, in test_sycl_cumsum()
|
/aosp_15_r20/external/icing/icing/legacy/index/ |
H A D | icing-bit-util.h | 86 #define VAR_INT_MAX_ENCODED_LEN(n_size) (ALIGN_UP(8 * (n_size), 7) / 7) argument 91 static size_t MaxEncodedLen(size_t n_size) { in MaxEncodedLen()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | InstanceNormalizationLayer.cpp | 48 const size_t n_size = src.shape()[3]; in instance_normalization() local
|
/aosp_15_r20/external/elfutils/src/ |
H A D | strip.c | 2297 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local 2358 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/vp/hal/ |
H A D | vphal_render_hdr_3dlut_g12.cpp | 77 template <typename T>void mat_mul_float(T *m1, T *m2, T *m3, short m_size, short n_size, short l_si… in mat_mul_float()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/ |
H A D | vp_render_vebox_hdr_3dlut_l0_kernel.cpp | 68 void mat_mul_float(T *m1, T *m2, T *m3, short m_size, short n_size, short l_size) in mat_mul_float()
|
H A D | vp_render_vebox_hdr_3dlut_kernel.cpp | 77 void mat_mul_float(T *m1, T *m2, T *m3, short m_size, short n_size, short l_size) in mat_mul_float()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/ |
H A D | vphal_render_hdr_g11.cpp | 77 template <typename T>void mat_mul_float(T *m1, T *m2, T *m3, short m_size, short n_size, short l_si… in mat_mul_float()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
H A D | gemm_interleaved_pretransposed_2d.hpp | 408 const auto n_size = work_range.get_size(1); in execute() local
|
/aosp_15_r20/external/libxml2/ |
H A D | testapi.c | 1489 int n_size; in test_htmlCreateMemoryParserCtxt() local 1544 int n_size; in test_htmlCreatePushParserCtxt() local 1760 int n_size; in test_htmlCtxtReadMemory() local 2401 int n_size; in test_htmlParseChunk() local 2741 int n_size; in test_htmlReadMemory() local 3118 int n_size; in test_htmlDocDumpMemory() local 3164 int n_size; in test_htmlDocDumpMemoryFormat() local 11783 int n_size; in test_xmlCreatePushParserCtxt() local 12278 int n_size; in test_xmlCtxtReadMemory() local 12378 int n_size; in test_xmlCtxtResetPush() local [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdsa.c | 207 size_t n_size = (grp->nbits + 7) / 8; in derive_mpi() local
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdsa.c | 207 size_t n_size = (grp->nbits + 7) / 8; in derive_mpi() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | testapi.c | 1497 int n_size; in test_htmlCreateMemoryParserCtxt() local 1552 int n_size; in test_htmlCreatePushParserCtxt() local 1727 int n_size; in test_htmlCtxtReadMemory() local 2368 int n_size; in test_htmlParseChunk() local 2708 int n_size; in test_htmlReadMemory() local 3084 int n_size; in test_htmlDocDumpMemory() local 3130 int n_size; in test_htmlDocDumpMemoryFormat() local 12156 int n_size; in test_xmlCreatePushParserCtxt() local 12331 int n_size; in test_xmlCtxtReadMemory() local 12431 int n_size; in test_xmlCtxtResetPush() local [all …]
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 240 unsigned n_size, in Test1Op_Helper() 970 unsigned n_size, in TestFPToFixed_Helper() 1036 unsigned n_size, in TestFPToInt_Helper()
|
/aosp_15_r20/cts/apps/CtsVerifier/libs/ |
HD | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 40674 pub n_size: u32, field 40733 pub fn n_size(mut self, n_size: u32) -> Self { in n_size() method
|