Home
last modified time | relevance | path

Searched defs:Kernel (Results 1 – 25 of 59) sorted by relevance

123

/third_party/protobuf/js/experimental/runtime/kernel/
Dinternal_message.js7 const Kernel = goog.requireType('protobuf.runtime.Kernel'); constant
Dmessage_set_test.js8 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dkernel_compatibility_test.js19 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dmessage_set.js20 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
/third_party/protobuf/js/experimental/benchmarks/code_size/kernel/
Dpopular_types.js23 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dall_types.js9 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLKernel.cpp218 Kernel::Kernel(Program &program, const char *name, cl_int &errorCode) in Kernel() function in cl::Kernel
226 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode) in Kernel() function in cl::Kernel
DCLProgram.h106 friend class Kernel; variable
DCLtypes.h47 class Kernel; variable
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dtest_all_types_proto2.js7 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dtest_all_types_proto3.js7 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dconformance_response.js7 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dconformance_request.js6 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DMemorySanitizer.h24 bool Kernel; member
/third_party/mindspore/mindspore/lite/include/registry/
Dregister_kernel_interface.h29 class Kernel; variable
/third_party/mindspore/include/api/
Ddelegate.h40 … const std::vector<MSTensor> &outputs, const std::map<kernel::Kernel *, const T *> &primitives, in DelegateModel()
Dkernel.h38Kernel(const std::vector<mindspore::MSTensor> &inputs, const std::vector<mindspore::MSTensor> &out… in Kernel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp266 auto &Kernel = HSAMetadata.mKernels.back(); in emitKernelLanguage() local
480 auto &Kernel = HSAMetadata.mKernels.back(); in emitKernel() local
DAMDGPUSubtarget.cpp432 Function *Kernel = I->getParent()->getParent(); in makeLIDRangeMetadata() local
/third_party/mesa3d/src/mesa/drivers/x11/
DxmesaP.h94 GLubyte Kernel[16]; /* Dither kernel */ member
/third_party/mesa3d/include/CL/
Dcl2.hpp5825 class Kernel : public detail::Wrapper<cl_kernel> class
5831 Kernel() { } in Kernel() function in cl::Kernel
5841 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : in Kernel() function in cl::Kernel
5858 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel() function in cl::Kernel
5872 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel() function in cl::Kernel
Dcl.hpp4875 class Kernel : public detail::Wrapper<cl_kernel> class
4881 Kernel() { } in Kernel() function in cl::Kernel
4888 … __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel() function in cl::Kernel
4904 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel() function in cl::Kernel
4919 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel() function in cl::Kernel
5492 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) in Kernel() function in cl::Kernel
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl2.hpp5673 class Kernel : public detail::Wrapper<cl_kernel> class
5679 Kernel() { } in Kernel() function in cl::Kernel
5689 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : in Kernel() function in cl::Kernel
5706 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel() function in cl::Kernel
5720 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel() function in cl::Kernel
6595 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) in Kernel() function in cl::Kernel
Dcl.hpp4858 class Kernel : public detail::Wrapper<cl_kernel> class
4864 Kernel() { } in Kernel() function in cl::Kernel
4871 … __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel() function in cl::Kernel
4887 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel() function in cl::Kernel
4902 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel() function in cl::Kernel
5475 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) in Kernel() function in cl::Kernel

123