Home
last modified time | relevance | path

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

12345

/external/executorch/runtime/kernel/
Doperator_registry.h176 struct Kernel { struct
180 // Data is not owned by the Kernel struct. argument
181 KernelKey kernel_key_; argument
188 explicit Kernel(const char* name, OpFunction func) : name_(name), op_(func) {} in Kernel() argument
190 explicit Kernel(const char* name, KernelKey key, OpFunction func) in Kernel() argument
193 Kernel() {} in Kernel() argument
/external/pytorch/test/edge/
Doperator_registry.h22 struct Kernel { struct
24 KernelFunction kernel_; argument
26 Kernel() = default; argument
33 explicit Kernel(const char* name, KernelFunction func) in Kernel() function
/external/pytorch/test/cpp/tensorexpr/
Dtest_kernel.cpp25 class Kernel : public ::testing::Test { class
32 TEST_F(Kernel, ParallelExternalCallBuf) { in TEST_F() argument
55 TEST_F(Kernel, InliningIntermediates) { in TEST_F() argument
108 TEST_F(Kernel, PreAllocIntermediateBufs) { in TEST_F() argument
146 TEST_F(Kernel, _1) { in TEST_F() argument
183 TEST_F(Kernel, _2) { in TEST_F() argument
221 TEST_F(Kernel, _3) { in TEST_F() argument
259 TEST_F(Kernel, Huge) { in TEST_F() argument
279 TEST_F(Kernel, ParallelStrided) { in TEST_F() argument
307 TEST_F(Kernel, DISABLED_Shape_Inference) { in TEST_F() argument
[all …]
/external/llvm/docs/
DNVPTXUsage.rst532 Data Layout
552 Target Intrinsics
573 Address Spaces
596 Kernel Metadata
/external/rust/android-crates-io/crates/criterion/src/stats/univariate/kde/
Dkernel.rs6 pub trait Kernel<A>: Copy + Sync interface
/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/kernels/
Dgenerate_kernels.py38 class Kernel: class
70 def write_kernel(kernel: Kernel, autogen_dir: Path) -> None:
/external/pigweed/pw_kernel/kernel/
Dlib.rs62 pub struct Kernel {} struct
64 impl Kernel { implementation
/external/gemmlowp/meta/
Dbase.h38 typedef Kernel_ Kernel; typedef
53 typedef Kernel_ Kernel; typedef
113 typedef Kernel_ Kernel; typedef
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
Dmutable_command_info.cpp157 struct Kernel : public InfoMutableCommandBufferTest struct
161 Kernel(cl_device_id device, cl_context context, cl_command_queue queue) in Kernel() function
167 cl_int error = clCommandNDRangeKernelKHR( in Run() argument
208 cl_int error = clCommandNDRangeKernelKHR( in Run() argument
/external/angle/src/libANGLE/
DCLKernel.cpp240 Kernel::Kernel(Program &program, const char *name) : mProgram(&program), mImpl(nullptr) in Kernel() function in cl::Kernel
248 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc) in Kernel() function in cl::Kernel
DCLProgram.h108 friend class Kernel; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DOpenMPOpt.h21 using Kernel = Function *; variable
/external/ltp/doc/developers/
Dapi_c_tests.rst33 Kernel chapter
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dkernel.rs494 pub struct Kernel { struct
498 values: Mutex<Vec<Option<KernelArgValue>>>, argument
499 builds: HashMap<&'static Device, Arc<NirKernelBuilds>>, argument
500 pub kernel_info: Arc<KernelInfo>, argument
503 impl_cl_type_trait!(cl_kernel, Kernel, CL_INVALID_KERNEL); argument
1194 impl Kernel { implementation
1195 pub fn new(name: String, prog: Arc<Program>, prog_build: &ProgramBuild) -> Arc<Kernel> { in new()
1800 impl Clone for Kernel { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DMemorySanitizer.h24 bool Kernel; member
/external/rust/android-crates-io/crates/android_logger/src/
Did.rs26 Kernel, enumerator
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcall-stack.rb45 module Kernel module
/external/pytorch/
DGLOSSARY.md44 ## Kernel section in Operation and Kernel
/external/rust/android-crates-io/crates/signal-hook/src/low_level/
Dsiginfo.rs27 Kernel = 1, enumerator
151 Kernel, enumerator
/external/ComputeLibrary/arm_compute/core/CL/
DCLCompileContext.h193 explicit operator cl::Kernel() const in Kernel() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
DMemorySanitizer.h30 bool Kernel; member
/external/llvm/include/llvm/Support/
DCodeGen.h28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
/external/chromiumos-config/proto/chromiumos/build/api/
Dsystem_image.proto63 message Kernel { message
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dinput_transform.hpp179 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformDirect
221 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformIndirect
292 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformUnpadded
/external/ComputeLibrary/src/core/CL/
DCLCompileContext.cpp136 Kernel::Kernel() in Kernel() function in arm_compute::Kernel
141 Kernel::Kernel(std::string name, const cl::Program &program) in Kernel() function in arm_compute::Kernel

12345