Home
last modified time | relevance | path

Searched defs:create_kernel (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dlocal_executor_params.h48 create_kernel; member
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLKernelLibrary.cpp44 Kernel CLKernelLibrary::create_kernel(const std::string &kernel_name, const std::set<std::string> &… in create_kernel() function in arm_compute::CLKernelLibrary
H A DCLHelpers.cpp404 cl::Kernel create_kernel(const CLCompileContext &ctx, const std::string &kernel_name, const std::se… in create_kernel() function
H A DCLCompileContext.cpp159 Kernel CLCompileContext::create_kernel(const std::string &kernel_name, const std::string &program_n… in create_kernel() function in arm_compute::CLCompileContext
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_vector_creation.cpp40 int create_kernel(ExplicitType type, int output_size, char *program, in create_kernel() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dkernel.rs251 fn create_kernel( in create_kernel() function
/aosp_15_r20/external/libopus/dnn/torch/osce/models/
H A Dfd_discriminator.py66 def create_kernel(h, w, sh, sw): function