Home
last modified time | relevance | path

Searched defs:ldd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorMatmul.cu53 const std::vector<int64_t>& ldd, in gemm_grouped_cuda_internal()
185 const std::vector<int64_t>& ldd, in group_gemm_dispatch()
199 const std::vector<int64_t>& ldd, in group_gemm_dispatch()
225 const std::vector<int64_t>& ldd, in group_gemm_dispatch()
350 std::vector<int64_t> ldd(ntensors); in bmm_nested_cuda() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dcheck-libstdc++.py9 ldd = os.getenv ('LDD', shutil.which ('ldd')) variable
13 ldd = otool + ' -L' variable
/aosp_15_r20/external/ltp/testcases/kernel/security/aslr/
H A Daslr01.c48 static FILE *ldd; variable
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/internal/
H A DCpuGemmAssemblyDispatch.cpp475 const int ldd = d->info()->strides_in_bytes().y() / d->info()->element_size(); in run() local