Home
last modified time | relevance | path

Searched refs:contract (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/external/eigen/unsupported/test/
Dcxx11_tensor_contraction.cpp33 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 …]
Dcxx11_tensor_thread_pool.cpp89 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()
Dcxx11_tensor_contract_cuda.cu68 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()
Dcxx11_tensor_custom_op.cpp78 … 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/
DResizableDoubleArray.java302 contract(); in addElement()
351 contract(); in addElementRolling()
425 public synchronized void contract() { in contract() method in ResizableDoubleArray
504 contract(); in discardExtremeElements()
/external/eigen/bench/btl/libs/tensors/
Dtensor_interface.hh79 X/*.noalias()*/ = A.contract(B, dims); in matrix_matrix_product()
85 X/*.noalias()*/ = A.contract(B, dims); in matrix_vector_product()
/external/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll6 …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/llvm/test/Transforms/SimplifyCFG/
Dvolatile-phioper.ll44 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/
Darithmetic-fp-sm20.ll1 ; 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
Dfp-literals.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -fp-contract=fast | FileCheck %s
/external/llvm/test/CodeGen/PowerPC/
Dfma.ll1 ; 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…
Dfma-ext.ll1 ; 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/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
Dweak-contract.ll1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
Dcontract-marker.ll1 ; RUN: opt -S -objc-arc-contract < %s | FileCheck %s
Dcontract-storestrong-ivar.ll1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
/external/llvm/test/Transforms/ObjCARC/
Dweak-contract.ll1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
Dpr12270.ll1 ; RUN: opt -disable-output -objc-arc-contract < %s
Dintrinsic-use-isolated.ll1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
Dcontract-end-of-use-list.ll1 ; RUN: opt -S < %s -objc-arc-expand -objc-arc-contract | FileCheck %s
/external/llvm/test/CodeGen/AArch64/
Darm64-fp-contract-zero.ll1 ; RUN: llc -mtriple=arm64 -fp-contract=fast -o - %s | FileCheck %s
DPBQP-coalesce-benefit.ll1 …nstrs -mtriple=aarch64-none-linux-gnu -mcpu=cortex-a57 -mattr=+neon -fp-contract=fast -regalloc=pb…
Dneon-fpround_f128.ll1 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon -fp-contract=fas…
Darm64-2013-01-13-ffast-fcmp.ll2 ; RUN: llc < %s -march=arm64 -aarch64-neon-syntax=apple -fp-contract=fast | FileCheck %s --check-pr…
/external/autotest/server/site_tests/firmware_PDConnect/
Dcontrol19 - Abiility to disconnect, then reconnect establishing a successful PD contract
/external/autotest/server/site_tests/firmware_PDVbusRequest/
Dcontrol19 - Ability to initiate new PD contract with 5/12/20 VBUS value.

12345678910>>...12