/external/eigen/unsupported/test/ |
D | cxx11_tensor_contraction.cpp | 33 typedef TensorEvaluator<decltype(mat1.contract(mat2, dims3)), DefaultDevice> Evaluator; in test_evals() 34 Evaluator eval(mat1.contract(mat2, dims3), DefaultDevice()); in test_evals() 53 typedef TensorEvaluator<decltype(mat1.contract(mat2, dims4)), DefaultDevice> Evaluator2; in test_evals() 54 Evaluator2 eval2(mat1.contract(mat2, dims4), DefaultDevice()); in test_evals() 68 typedef TensorEvaluator<decltype(mat1.contract(mat3, dims6)), DefaultDevice> Evaluator3; in test_evals() 69 Evaluator3 eval3(mat1.contract(mat3, dims6), DefaultDevice()); in test_evals() 91 Tensor<float, 0, DataLayout> scalar = vec1.contract(vec2, dims); in test_scalar() 112 typedef TensorEvaluator<decltype(mat1.contract(mat2, dims)), DefaultDevice> Evaluator; in test_multidims() 113 Evaluator eval(mat1.contract(mat2, dims), DefaultDevice()); in test_multidims() 146 typedef TensorEvaluator<decltype(mat4.contract(mat5, dims2)), DefaultDevice> Evaluator2; in test_multidims() [all …]
|
D | cxx11_tensor_thread_pool.cpp | 89 t_result.device(thread_pool_device) = t_left.contract(t_right, dims); in test_multithread_contraction() 130 t_result.device(thread_pool_device) = t_left.contract(t_right, dims); in test_contraction_corner_cases() 145 t_result.device(thread_pool_device) = t_left.contract(t_right, dims); in test_contraction_corner_cases() 162 t_result.device(thread_pool_device) = t_left.contract(t_right, dims); in test_contraction_corner_cases() 180 t_result.device(thread_pool_device) = t_left.contract(t_right, dims); in test_contraction_corner_cases() 220 st_result = left.contract(right, dims); in test_multithread_contraction_agrees_with_singlethread() 223 tp_result.device(thread_pool_device) = left.contract(right, dims); in test_multithread_contraction_agrees_with_singlethread() 259 st_result = left.contract(right, dims); in test_full_contraction() 262 tp_result.device(thread_pool_device) = left.contract(right, dims); in test_full_contraction()
|
D | cxx11_tensor_contract_cuda.cu | 68 gpu_t_result.device(gpu_device) = gpu_t_left.contract(gpu_t_right, dims); in test_cuda_contraction() 69 t_result = t_left.contract(t_right, dims); in test_cuda_contraction() 131 gpu_t_result.device(gpu_device) = gpu_t_left.contract(gpu_t_right, dims); in test_scalar() 132 t_result = t_left.contract(t_right, dims); in test_scalar()
|
D | cxx11_tensor_custom_op.cpp | 78 … output.template chip<2>(i).device(device) = input1.chip<2>(i).contract(input2.chip<2>(i), dims); in eval() 96 Tensor<float, 2> reference = tensor1.chip<2>(i).contract(tensor2.chip<2>(i), dims); in test_custom_binary_op()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | ResizableDoubleArray.java | 302 contract(); in addElement() 351 contract(); in addElementRolling() 425 public synchronized void contract() { in contract() method in ResizableDoubleArray 504 contract(); in discardExtremeElements()
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 6 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … 9 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … 11 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … 13 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck… 16 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … 20 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … 22 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … 34 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … 38 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … 40 …th -disable-fp-elim -enable-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck … [all …]
|
/external/eigen/bench/btl/libs/tensors/ |
D | tensor_interface.hh | 79 X/*.noalias()*/ = A.contract(B, dims); in matrix_matrix_product() 85 X/*.noalias()*/ = A.contract(B, dims); in matrix_vector_product()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | volatile-phioper.ll | 44 attributes #0 = { nounwind ssp uwtable "fp-contract-model"="standard" "no-frame-pointer-elim" "no-f… 45 attributes #1 = { "fp-contract-model"="standard" "no-frame-pointer-elim" "no-frame-pointer-elim-non…
|
/external/llvm/test/CodeGen/NVPTX/ |
D | arithmetic-fp-sm20.ll | 1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -fp-contract=fast | FileCheck %s 2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -fp-contract=fast | FileCheck %s
|
D | fp-literals.ll | 1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -fp-contract=fast | FileCheck %s
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fma.ll | 1 ; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | Fi… 2 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disa… 3 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -fp-contract=fast -mcpu=pwr8 -disable-ppc-vsx-… 4 ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -fp-contract=fast -mcpu=pwr8 -disable-ppc-vs…
|
D | fma-ext.ll | 1 ; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | Fi… 2 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disa…
|
/external/llvm/test/Transforms/ObjCARC/ |
D | weak-contract.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
D | pr12270.ll | 1 ; RUN: opt -disable-output -objc-arc-contract < %s
|
D | intrinsic-use-isolated.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
D | contract-end-of-use-list.ll | 1 ; RUN: opt -S < %s -objc-arc-expand -objc-arc-contract | FileCheck %s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/ |
D | weak-contract.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
D | contract-marker.ll | 1 ; RUN: opt -S -objc-arc-contract < %s | FileCheck %s
|
D | contract-storestrong-ivar.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
/external/llvm/test/CodeGen/AArch64/ |
D | PBQP-coalesce-benefit.ll | 1 …nstrs -mtriple=aarch64-none-linux-gnu -mcpu=cortex-a57 -mattr=+neon -fp-contract=fast -regalloc=pb…
|
D | arm64-fp-contract-zero.ll | 1 ; RUN: llc -mtriple=arm64 -fp-contract=fast -o - %s | FileCheck %s
|
D | neon-fpround_f128.ll | 1 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon -fp-contract=fas…
|
D | arm64-2013-01-13-ffast-fcmp.ll | 2 ; RUN: llc < %s -march=arm64 -aarch64-neon-syntax=apple -fp-contract=fast | FileCheck %s --check-pr…
|
/external/autotest/server/site_tests/firmware_PDConnect/ |
D | control | 19 - Abiility to disconnect, then reconnect establishing a successful PD contract
|
/external/autotest/server/site_tests/firmware_PDVbusRequest/ |
D | control | 19 - Ability to initiate new PD contract with 5/12/20 VBUS value.
|