Searched refs:AccumType (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_reduction_sycl.cpp | 898 template <typename DataType, typename AccumType, int DataLayout, 907 TensorFixedSize<AccumType, Sizes<>, DataLayout> redux_gpu_fix; in test_full_reductions_custom_sycl() 909 CustomReducer<DataType, AccumType> reducer; in test_full_reductions_custom_sycl() 916 AccumType* gpu_out_data = in test_full_reductions_custom_sycl() 917 static_cast<AccumType*>(sycl_device.allocate(sizeof(AccumType))); in test_full_reductions_custom_sycl() 921 TensorMap<TensorFixedSize<AccumType, Sizes<>, DataLayout>> out_gpu_fix( in test_full_reductions_custom_sycl() 927 sizeof(AccumType)); in test_full_reductions_custom_sycl() 928 VERIFY_IS_EQUAL(redux_gpu_fix(0), AccumType(0)); in test_full_reductions_custom_sycl()
|
/external/ruy/example/ |
D | parametrized_example.cc | 65 using AccumType = in run() typedef 125 ruy::MulParams<AccumType, DstType> mul_params; in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 5407 ValueType AccumType, ValueType InputType, 5410 [(set (AccumType RegType:$dst), 5411 (OpNode (AccumType RegType:$Rd), 5429 ValueType AccumType, ValueType InputType, 5432 [(set (AccumType RegType:$dst), 5433 (OpNode (AccumType RegType:$Rd), 7658 ValueType AccumType, ValueType InputType, 7662 [(set (AccumType RegType:$dst), 7663 (AccumType (OpNode (AccumType RegType:$Rd), 7665 (InputType (bitconvert (AccumType [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 4858 ValueType AccumType, ValueType InputType, SDPatternOperator OpNode, 4872 (AccumType (OpNode (AccumType Ty:$Vd), 4874 (InputType (bitconvert (AccumType 4875 (ARMvduplane (AccumType Ty:$Vm),
|