/external/eigen/Eigen/src/Core/ |
D | AssignEvaluator.h | 192 template<typename Kernel, int Index, int Stop> 196 typedef typename Kernel::DstEvaluatorType DstEvaluatorType; 204 EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE void run(Kernel &kernel) in run() 207 copy_using_evaluator_DefaultTraversal_CompleteUnrolling<Kernel, Index+1, Stop>::run(kernel); in run() 211 template<typename Kernel, int Stop> 212 struct copy_using_evaluator_DefaultTraversal_CompleteUnrolling<Kernel, Stop, Stop> 214 EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE void run(Kernel&) { } 217 template<typename Kernel, int Index_, int Stop> 220 EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE void run(Kernel &kernel, Index outer) 223 … copy_using_evaluator_DefaultTraversal_InnerUnrolling<Kernel, Index_+1, Stop>::run(kernel, outer); [all …]
|
D | TriangularMatrix.h | 727 template<typename Kernel, unsigned int Mode, int UnrollCount, bool ClearOpposite> struct triangular… 798 DstEvaluatorType,SrcEvaluatorType,Functor> Kernel; 799 Kernel kernel(dstEvaluator, srcEvaluator, func, dst.const_cast_derived()); 807 …triangular_assignment_loop<Kernel, Mode, unroll ? int(DstXprType::SizeAtCompileTime) : Dynamic, Se… 852 template<typename Kernel, unsigned int Mode, int UnrollCount, bool SetOpposite> 856 typedef typename Kernel::DstEvaluatorType DstEvaluatorType; 864 typedef typename Kernel::Scalar Scalar; 867 static inline void run(Kernel &kernel) 869 triangular_assignment_loop<Kernel, Mode, UnrollCount-1, SetOpposite>::run(kernel); 881 template<typename Kernel, unsigned int Mode, bool SetOpposite> [all …]
|
/external/gemmlowp/meta/ |
D | base.h | 38 typedef Kernel_ Kernel; typedef 41 Kernel kernel; 53 typedef Kernel_ Kernel; typedef 56 typedef FusedKernelParams<Kernel, OutputStream> FusedKernel; 100 template <typename InType, typename OutType, typename Kernel, 105 const FusedKernelParams<Kernel, OutputStream>& params, 113 typedef Kernel_ Kernel; typedef 119 Kernel kernel; 122 template <typename InType, typename OutType, typename Kernel, int kernel_size, 126 static void Transform(const InType* input, const Kernel& params,
|
/external/chromium-trace/catapult/systrace/systrace/test_data/ |
D | profile-chrome_systrace_perf_chrome_data | 1 …Kernel", "name": "datagram_poll", "parent": 2573}, "2853": {"category": "Android", "name": "androi…
|
/external/eigen/test/ |
D | cuda_common.h | 14 template<typename Kernel, typename Input, typename Output> 15 void run_on_cpu(const Kernel& ker, int n, const Input& in, Output& out) in run_on_cpu() 22 template<typename Kernel, typename Input, typename Output> 24 void run_on_cuda_meta_kernel(const Kernel ker, int n, const Input* in, Output* out) in run_on_cuda_meta_kernel() 33 template<typename Kernel, typename Input, typename Output> 34 void run_on_cuda(const Kernel& ker, int n, const Input& in, Output& out) in run_on_cuda() 65 template<typename Kernel, typename Input, typename Output> 66 void run_and_compare_to_cuda(const Kernel& ker, int n, const Input& in, Output& out) in run_and_compare_to_cuda()
|
/external/spirv-llvm/lib/SPIRV/ |
D | TransOCLMD.cpp | 160 Function *Kernel = mdconst::dyn_extract<Function>(KernelMD->getOperand(0)); in visit() local 164 Kernel->setCallingConv(CallingConv::SPIR_KERNEL); in visit() 170 .add(Kernel) in visit() 171 .add(Kernel->getName()) in visit() 176 .add(Kernel) in visit() 192 .add(Kernel) in visit() 200 .add(Kernel) in visit() 206 .add(Kernel) in visit()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | eigen_spatial_convolutions.h | 68 template <typename Input, typename Kernel> 80 const Kernel>, 96 const Kernel> > > >::type 97 SpatialConvolution(const Input& input, const Kernel& kernel, 108 TensorRef<Tensor<typename internal::traits<Kernel>::Scalar, 109 internal::traits<Kernel>::NumDimensions, 110 internal::traits<Kernel>::Layout, TensorIndex> > 114 internal::traits<Input>::Layout == internal::traits<Kernel>::Layout,
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 4957 template <typename Kernel> 4959 typedef typename Kernel::OperandType OperandType; in test_kernel() 4960 typedef typename Kernel::AccumulatorType AccumulatorType; in test_kernel() 4961 typedef typename Kernel::Format Format; in test_kernel() 4981 Kernel::Run(lhs.data(), rhs.data(), accum.data(), depth); in test_kernel() 5013 template <typename Kernel> 5016 return 2 * Kernel::Format::Lhs::kWidth * Kernel::Format::Rhs::kWidth * depth; in ops() 5031 template <typename Kernel> 5041 typedef typename Kernel::AccumulatorType AccumulatorType; in BenchmarkDepthToFitInCache() 5043 Kernel::Format::Lhs::kWidth * in BenchmarkDepthToFitInCache() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_cuboid_convolution.h | 45 template <typename Input, typename Kernel> 55 const Kernel>, 71 const Kernel> > > >::type 72 CuboidConvolution(const Input& input, const Kernel& kernel, 82 TensorRef<Tensor<typename internal::traits<Kernel>::Scalar, 83 internal::traits<Kernel>::NumDimensions, 84 internal::traits<Kernel>::Layout, TensorIndex> > 88 internal::traits<Input>::Layout == internal::traits<Kernel>::Layout,
|
D | eigen_backward_spatial_convolutions.h | 57 template <typename OutputBackward, typename Kernel> 73 const Kernel> > > >, 97 const Kernel> > > > > > >::type 99 const Kernel& kernel, const OutputBackward& output_backward, 106 TensorRef<Tensor<typename internal::traits<Kernel>::Scalar, 107 internal::traits<Kernel>::NumDimensions, 108 internal::traits<Kernel>::Layout, TensorIndex> > 114 EIGEN_STATIC_ASSERT(internal::traits<Kernel>::Layout ==
|
D | eigen_backward_cuboid_convolutions.h | 46 template <typename OutputBackward, typename Kernel> 58 const TensorReverseOp<const array<bool, 5>, const Kernel> >, 79 const Kernel> > > > >::type 81 const Kernel& kernel, const OutputBackward& output_backward, 88 const TensorRef<const Tensor<typename internal::traits<Kernel>::Scalar, 89 internal::traits<Kernel>::NumDimensions, 90 internal::traits<Kernel>::Layout, TensorIndex> > 98 EIGEN_STATIC_ASSERT(internal::traits<Kernel>::Layout ==
|
/external/autotest/client/tests/real_time_tests/ |
D | control | 3 NAME = "Kernel Realtime Tests" 6 TEST_CLASS = "Kernel" 10 DOC = """Runs the Kernel Realtime tests from
|
/external/ltp/ |
D | README.kernel_config | 2 Enable CODE COVERAGE for your Kernel: 4 1) Apply kernel-gcov patch(s) against the corresponding Kernel. They are available here: 13 Enabling Kernel Configuration to test Containers/Namespaces 32 Enabling Kernel Configuration to test Controllers 44 Enabling Kernel Configuration to test Power Management features 66 Enabling Kernel Configuration to test filecaps security feature 70 Enabling Kernel Configuration to test SELinux security feature 72 Your Kernel should have been built with the following options to 105 Enabling Kernel Configuration to test SMACK security feature 258 # How the Kernel Fault Injection works for LTP ? [all …]
|
/external/libcap/libcap/ |
D | libcap.h | 39 # error Kernel <linux/capability.h> does not support library 44 # warning Kernel <linux/capability.h> does not support 64-bit capabilities 57 # error Kernel <linux/capability.h> v3 does not match library 66 # error Kernel <linux/capability.h> does not match library
|
/external/ltp/testcases/open_posix_testsuite/ |
D | NEWS | 19 … test result for this release can be found here: test results - PTS 1.4.1, Kernel 2.6.5-mm6, ia32 . 25 …-04, Kernel 2.6.1, libc-2004-02-15 and message queue 4.17 patch on IA64 platform]. The results can… 28 …Kernel 2.6.1, libc-2004-02-01 and message queue 4.17 patch on IA32 platform]. We are currently in …
|
/external/autotest/test_suites/ |
D | control.kernel_daily_benchmarks | 5 AUTHOR = "Mike Truty <truty@google.com>/Chrome OS Kernel" 15 This is the Kernel Per-Build Benchmarks Test suite. Failures in this test 33 'components': ['OS>Kernel'],
|
/external/autotest/server/samples/ |
D | info.srv | 5 print 'Kernel ver: ' + host.get_kernel_ver() 6 print 'Kernel cmdline: ' + host.get_cmdline()
|
/external/ltp/testcases/kdump/doc/ |
D | TEST_PLAN.txt | 27 - crash to analyse Hypervisor and Dom0 Kernel. 41 - printk LKDTM module can hang the second Kernel. 49 - new reserved region syntax in Kernel.
|
/external/llvm/include/llvm/Support/ |
D | CodeGenCWrappers.h | 34 return CodeModel::Kernel; in unwrap() 51 case CodeModel::Kernel: in wrap()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | calling-conv.ll | 5 ;; Kernel function using ptx_kernel calling conv 20 ;; Kernel function using NVVM metadata
|
/external/autotest/client/profilers/powertop/src/po/ |
D | de.po | 34 msgstr " <Kernel IPI> : %s" 163 msgstr "<Kernel Kern>" 168 msgstr "<Kernel Modul>" 224 msgstr "Keine detaillierte Statistik verfügbar; aktivieren Sie CONFIG_TIMER_STATS in Ihrem Kernel.\… 228 msgstr "Achtung: Das funktioniert erst ab Kernel 2.6.21\n" 311 "Der Kernel-eigene Irqbalancer ist veraltet und ineffizient." 347 "oder durch Anhängen der Bootoption \"usbcore.autosuspend=1\" an die Kernel-\n" 372 "Vorschlag: Aktivieren Sie im Kernel die Option CONFIG_CPU_FREQ_GOV_ONDEMAND.\n" 393 "Ohne HPET weckt der Kernel den Prozessor alle 20ms für kleinere Aufgaben auf." 429 "Vorschlag: Aktivieren Sie die Option CONFIG_USB_SUSPEND in Ihrem Kernel.\n" [all …]
|
/external/tensorflow/tensorflow/contrib/kernel_methods/ |
D | README.md | 7 ## Kernel Mappers 8 Implement explicit kernel mapping Ops over tensors. Kernel mappers add 23 ## Kernel-based Estimators
|
/external/gemmlowp/internal/ |
D | kernel_default.h | 55 LhsAlwaysNonzero, Kernel) \ 59 : Kernel {}; \
|
/external/wayland/doc/doxygen/dot/ |
D | wayland-architecture.gv | 25 impl [tooltip="KMS evdev Kernel", label="|{{KMS|evdev}|Kernel}|", URL="#impl"]
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_BugReporting | 22 - Kernel bug database - http://bugme.osdl.org 42 is a bug in the Linux Kernel, submit directly to the Linux Kernel
|