HomeSort by relevance Sort by last modified time
    Searched refs:contraction (Results 1 - 11 of 11) sorted by null

  /external/eigen/bench/tensors/
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...]
contraction_benchmarks_cpu.cc 15 static void BM_##Contraction##_##D1##x##D2##x##D3(int iters, int Threads) { \
19 suite.contraction(iters); \
21 BENCHMARK_RANGE(BM_##Contraction##_##D1##x##D2##x##D3, 1, 32);
tensor_benchmarks.h 388 // do a contraction which is equivalent to a matrix multiplication
389 void contraction(int num_iters) { function in class:BenchmarkSuite
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ResizableDoubleArray.java 60 * is <code>MULTIPLICATIVE_MODE</code>, contraction is triggered when the
87 * The contraction criteria determines when the internal array will be
236 * @param contractionCriteria The contraction Criteria.
264 * @param contractionCriteria the contraction Criteria
349 // Check the contraction criteria
380 * Checks the expansion factor and the contraction criteria and throws an
385 * @param contraction criteria to be checked
389 protected void checkContractExpand(float contraction, float expansion) {
391 if (contraction < expansion) {
394 contraction, expansion)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 261 // setting offset in the middle of a contraction
262 String contraction = "change"; local
270 iter = tailored.getCollationElementIterator(contraction);
275 errln("Error: setting offset in the middle of a contraction should be the same as setting it to the start of the contraction");
277 contraction = "peache";
278 iter = tailored.getCollationElementIterator(contraction);
284 errln("Error: setting offset in the middle of a contraction should be the same as setting it to the start of the contraction");
574 // contraction prefi
    [all...]
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 221 // setting offset in the middle of a contraction
222 UnicodeString contraction = "change"; local
229 iter = tailored.createCollationElementIterator(contraction);
235 errln("Error: setting offset in the middle of a contraction should be the same as setting it to the start of the contraction");
240 contraction = "peache";
241 iter = tailored.createCollationElementIterator(contraction);
247 errln("Error: setting offset in the middle of a contraction should be the same as setting it to the start of the contraction");
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 258 // setting offset in the middle of a contraction
259 String contraction = "change"; local
267 iter = tailored.getCollationElementIterator(contraction);
272 errln("Error: setting offset in the middle of a contraction should be the same as setting it to the start of the contraction");
274 contraction = "peache";
275 iter = tailored.getCollationElementIterator(contraction);
281 errln("Error: setting offset in the middle of a contraction should be the same as setting it to the start of the contraction");
571 // contraction prefi
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]

Completed in 413 milliseconds