/external/eigen/bench/tensors/ |
D | tensor_benchmarks_cpu.cc | 99 BM_FuncWithInputDimsCPU(contraction, N, N, N, 1); 100 BM_FuncWithInputDimsCPU(contraction, N, N, N, 4); 101 BM_FuncWithInputDimsCPU(contraction, N, N, N, 8); 102 BM_FuncWithInputDimsCPU(contraction, N, N, N, 12); 103 BM_FuncWithInputDimsCPU(contraction, N, N, N, 16); 105 BM_FuncWithInputDimsCPU(contraction, 64, N, N, 1); 106 BM_FuncWithInputDimsCPU(contraction, 64, N, N, 4); 107 BM_FuncWithInputDimsCPU(contraction, 64, N, N, 8); 108 BM_FuncWithInputDimsCPU(contraction, 64, N, N, 12); 109 BM_FuncWithInputDimsCPU(contraction, 64, N, N, 16); [all …]
|
D | tensor_benchmarks_fp16_gpu.cu | 52 BM_FuncWithInputDimsGPU(contraction, N, N, N); 53 BM_FuncWithInputDimsGPU(contraction, 64, N, N); 54 BM_FuncWithInputDimsGPU(contraction, N, 64, N); 55 BM_FuncWithInputDimsGPU(contraction, N, N, 64);
|
D | tensor_benchmarks_gpu.cu | 52 BM_FuncWithInputDimsGPU(contraction, N, N, N); 53 BM_FuncWithInputDimsGPU(contraction, 64, N, N); 54 BM_FuncWithInputDimsGPU(contraction, N, 64, N); 55 BM_FuncWithInputDimsGPU(contraction, N, N, 64);
|
D | contraction_benchmarks_cpu.cc | 19 suite.contraction(iters); \
|
D | README | 14 …e also provide a suite of benchmarks to measure the scalability of the contraction code on CPU. To…
|
D | tensor_benchmarks.h | 389 void contraction(int num_iters) { in contraction() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | ResizableDoubleArray.java | 389 protected void checkContractExpand(float contraction, float expansion) { in checkContractExpand() argument 391 if (contraction < expansion) { in checkContractExpand() 394 contraction, expansion); in checkContractExpand() 397 if (contraction <= 1.0) { in checkContractExpand() 400 contraction); in checkContractExpand()
|
/external/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 115 # Some strings are chosen to cause incremental contiguous contraction matching to 122 # contraction starter with no following text, or mismatch, or blocked 151 # no discontiguous contraction because of missing prefix contraction d+z, 233 # partial contiguous match, backs up, matches discontiguous contraction 250 # to match the discontiguous contraction of the first 0f71 with the trailing 0f72 inside the 0f73 712 ** test: contraction inside extension, ICU ticket 9378 857 ** test: tailor contraction together with nearly equivalent prefix, ICU ticket 10101 869 = opx # first contraction op, then prefix p|x 884 ** test: prefix+contraction together (1), ICU ticket 10071 904 ** test: prefix+contraction together (2), ICU ticket 10071 [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | collationtest.txt | 117 # Some strings are chosen to cause incremental contiguous contraction matching to 124 # contraction starter with no following text, or mismatch, or blocked 153 # no discontiguous contraction because of missing prefix contraction d+z, 235 # partial contiguous match, backs up, matches discontiguous contraction 252 # to match the discontiguous contraction of the first 0f71 with the trailing 0f72 inside the 0f73 714 ** test: contraction inside extension, ICU ticket 9378 859 ** test: tailor contraction together with nearly equivalent prefix, ICU ticket 10101 871 = opx # first contraction op, then prefix p|x 886 ** test: prefix+contraction together (1), ICU ticket 10071 906 ** test: prefix+contraction together (2), ICU ticket 10071 [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 117 # Some strings are chosen to cause incremental contiguous contraction matching to 124 # contraction starter with no following text, or mismatch, or blocked 153 # no discontiguous contraction because of missing prefix contraction d+z, 235 # partial contiguous match, backs up, matches discontiguous contraction 252 # to match the discontiguous contraction of the first 0f71 with the trailing 0f72 inside the 0f73 714 ** test: contraction inside extension, ICU ticket 9378 859 ** test: tailor contraction together with nearly equivalent prefix, ICU ticket 10101 871 = opx # first contraction op, then prefix p|x 886 ** test: prefix+contraction together (1), ICU ticket 10071 906 ** test: prefix+contraction together (2), ICU ticket 10071 [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 259 String contraction = "change"; in TestOffset() local 267 iter = tailored.getCollationElementIterator(contraction); in TestOffset() 274 contraction = "peache"; in TestOffset() 275 iter = tailored.getCollationElementIterator(contraction); in TestOffset()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 262 String contraction = "change"; in TestOffset() local 270 iter = tailored.getCollationElementIterator(contraction); in TestOffset() 277 contraction = "peache"; in TestOffset() 278 iter = tailored.getCollationElementIterator(contraction); in TestOffset()
|
/external/icu/icu4c/source/test/intltest/ |
D | itercoll.cpp | 222 UnicodeString contraction = "change"; in TestOffset() local 229 iter = tailored.createCollationElementIterator(contraction); in TestOffset() 240 contraction = "peache"; in TestOffset() 241 iter = tailored.createCollationElementIterator(contraction); in TestOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/ |
D | contract-replace-arg-use.ll | 6 ; Check that ARC contraction replaces the function return with the value
|
/external/fdlibm/ |
D | Android.bp | 103 // enable floating point expession contraction (e.g: fused multiply-add
|
/external/tensorflow/ |
D | .bazelrc | 108 # Disable MKL-DNN contraction kernels by default.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fmf-propagation.ll | 61 ; Reassociation implies that FMA contraction is allowed. 107 ; The fadd is now fully 'fast'. This implies that contraction is allowed.
|
/external/tensorflow/tensorflow/core/kernels/ |
D | BUILD | 102 # (https://en.wikipedia.org/wiki/CPUID). Default Eigen contraction kernel is 709 # Use Eigen contraction kernel: Eigen::internal::gebp_kernel. 712 # to get the benefit of custom contraction kernel:
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 160 佛>'[buddha (contraction of MC 'bhiêtdha')]';
|
/external/freetype/ |
D | ChangeLog.21 | 6450 assertion, and changing code to avoid hash table size contraction.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 2387 Allow floating-point contraction (e.g. fusing a multiply followed by an
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 5216 By quick contraction or remove; but now
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 35552 contraction %36691 kəntrˈækʃən
|
D | internal_raw_IPA-old.txt | 42104 contraction %27331 kəntrˈækʃən
|