/external/gemmlowp/public/ |
D | gemmlowp.h | 63 typedef DefaultKernel<KernelFamily::Gemv, BitDepthParams> Kernel; in GemmWithOutputPipelinePC() typedef 69 Kernel; in GemmWithOutputPipelinePC() typedef 77 typedef DefaultKernel<KernelFamily::Gemm, BitDepthParams> Kernel; in GemmWithOutputPipelinePC() typedef 83 Kernel; in GemmWithOutputPipelinePC() typedef
|
/external/llvm/docs/ |
D | NVPTXUsage.rst | 532 Data Layout 552 Target Intrinsics 573 Address Spaces 596 Kernel Metadata
|
/external/autotest/server/ |
D | kernel.py | 13 class Kernel(installable_object.InstallableObject): class
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | call-stack.rb | 45 module Kernel module
|
D | core-extensions.rb | 158 module Kernel module in String
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.ml | 37 | Kernel Constructor
|
D | llvm_target.mli | 42 | Kernel Constructor
|
/external/autotest/tko/ |
D | tko.proto | 10 message Kernel { message
|
/external/opencv3/modules/ml/include/opencv2/ |
D | ml.hpp | 483 class CV_EXPORTS Kernel : public Algorithm class in cv::ml::SVM
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | ocl.hpp | 63 class CV_EXPORTS Kernel; variable 340 class CV_EXPORTS Kernel class
|
/external/opencv3/modules/photo/src/ |
D | seamless_cloning_impl.cpp | 273 Mat Kernel(Size(3, 3), CV_8UC1); in computeDerivatives() local
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 94 GLubyte Kernel[16]; /* Dither kernel */ member
|
/external/autotest/frontend/tko/ |
D | models.py | 136 class Kernel(dbmodels.Model): class
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 2289 class Kernel : public detail::Wrapper<cl_kernel> class 2294 Kernel() { } in Kernel() function in cl::Kernel 2296 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel() function in cl::Kernel
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.hpp | 4428 class Kernel : public detail::Wrapper<cl_kernel> class 4440 Kernel() { } in Kernel() function in cl::Kernel 4446 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel() function in cl::Kernel 4453 … __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel() function in cl::Kernel 5044 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) in Kernel() function in cl::Kernel
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 3166 Kernel::Kernel() in Kernel() function in cv::ocl::Kernel 3171 Kernel::Kernel(const char* kname, const Program& prog) in Kernel() function in cv::ocl::Kernel 3177 Kernel::Kernel(const char* kname, const ProgramSource& src, in Kernel() function in cv::ocl::Kernel 3184 Kernel::Kernel(const Kernel& k) in Kernel() function in cv::ocl::Kernel
|
/external/autotest/frontend/afe/ |
D | models.py | 1039 class Kernel(dbmodels.Model): class
|