Home
last modified time | relevance | path

Searched refs:create_kernel (Results 1 – 25 of 115) sorted by relevance

12345

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClPool2dKernel.cpp214 … _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
219 … _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
256 … _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
261 … _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
H A DClGemmLowpReductionKernel.cpp102 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
183 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
H A DClSoftmaxKernel.cpp203 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
303 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
H A DClFillKernel.cpp85 _kernel = create_kernel(compile_context, "memset", build_opts.options()); in configure()
H A DClFloorKernel.cpp88 _kernel = create_kernel(compile_context, "floor_layer", build_opts.options()); in configure()
H A DClReshapeKernel.cpp79 _kernel = create_kernel(compile_context, "reshape_layer", build_opts); in configure()
H A DClMulKernel.cpp217 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
375 _kernel = create_kernel(compile_context, "pixelwise_mul_complex", build_opts.options()); in configure()
H A DClTransposeKernel.cpp75 _kernel = create_kernel(compile_context, "transpose", build_opts.options()); in configure()
H A DClConvertFullyConnectedWeightsKernel.cpp79 _kernel = create_kernel(compile_context, "convert_fc_weights", build_opts.options()); in configure()
H A DClHeightConcatenateKernel.cpp112 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
H A DClWidthConcatenateKernel.cpp108 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/UNIT/
H A DCompileContext.cpp60 …compile_context.create_kernel(kernel_name, program_name, kernel_src.first, kernel_path, build_opts… in TEST_SUITE()
66 …compile_context.create_kernel(kernel_name, program_name, kernel_src.first, kernel_path, build_opts… in TEST_SUITE()
/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
50 …return _compile_context.create_kernel(kernel_name, program_name, program.program, kernel_path, bui… in create_kernel()
H A DCLHelpers.cpp404 cl::Kernel create_kernel(const CLCompileContext &ctx, const std::string &kernel_name, const std::se… in create_kernel() function
412 …return static_cast<cl::Kernel>(ctx.create_kernel(kernel_name, program_name, kernel_src.program, ke… in create_kernel()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLBatchToSpaceLayerKernel.cpp113 …_kernel = create_kernel(compile_context, "batch_to_space_" + lower_string(string_from_data_layout(… in configure()
148 …_kernel = create_kernel(compile_context, "batch_to_space_static_" + lower_string(string_from_data_… in configure()
H A DCLInstanceNormalizationLayerKernel.cpp98 _kernel = create_kernel(compile_context, "compute_mean_var", build_opts.options()); in configure()
186 _kernel = create_kernel(compile_context, "instance_normalization", build_opts.options()); in configure()
H A DCLSpaceToBatchLayerKernel.cpp120 …_kernel = create_kernel(compile_context, "space_to_batch_" + lower_string(string_from_data_layout(… in configure()
168 …_kernel = create_kernel(compile_context, "space_to_batch_static_" + lower_string(string_from_data_… in configure()
H A DCLBitwiseKernel.cpp91 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
H A DCLFFTScaleKernel.cpp83 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
H A DCLMeanStdDevNormalizationKernel.cpp98 _kernel = create_kernel(compile_context, "mean_stddev_normalization", build_opts.options()); in configure()
/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
355 create_kernel(vecType[type_index], vecSizes[size_index], in test_vector_creation()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dlocal_executor_params.h48 create_kernel; member
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/
H A DCLKernelLibrary.h109 …Kernel create_kernel(const std::string &kernel_name, const std::set<std::string> &build_options_se…
H A DCLHelpers.h218 cl::Kernel create_kernel(const CLCompileContext &ctx, const std::string &kernel_name, const std::se…
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-041.md10 Status s = params_.create_kernel(n->properties(), &item->kernel);

12345