- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for duck (0.02 seconds)
-
MODULE.bazel
use_repo( xla_third_party, "FP16", "FXdiv", "XNNPACK", "compute_library", "cpuinfo", "cudnn_frontend_archive", "cutlass_archive", "dlpack", "ducc", "eigen_archive", "farmhash_archive", "farmhash_gpu_archive", "gemmlowp", "gloo", "highwayhash", "hwloc", "implib_so", "llvm-raw", "llvm_openmp",Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 01:32:13 GMT 2026 - 11K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/ClassMap.java
// Short circuit for the (hopefully) majority of cases where the // clazz is public if (Modifier.isPublic(clazz.getModifiers())) { return methods; } // No luck - the class is not public, so we're going the longer way. MethodInfo[] methodInfos = new MethodInfo[methods.length]; for (int i = methods.length; i-- > 0; ) { methodInfos[i] = new MethodInfo(methods[i]);Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 13.5K bytes - Click Count (0)