/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClPool2dKernel.cpp | 214 … _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 D | ClGemmLowpReductionKernel.cpp | 102 _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 D | ClSoftmaxKernel.cpp | 203 _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 D | ClFillKernel.cpp | 85 _kernel = create_kernel(compile_context, "memset", build_opts.options()); in configure()
|
H A D | ClFloorKernel.cpp | 88 _kernel = create_kernel(compile_context, "floor_layer", build_opts.options()); in configure()
|
H A D | ClReshapeKernel.cpp | 79 _kernel = create_kernel(compile_context, "reshape_layer", build_opts); in configure()
|
H A D | ClMulKernel.cpp | 217 _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 D | ClTransposeKernel.cpp | 75 _kernel = create_kernel(compile_context, "transpose", build_opts.options()); in configure()
|
H A D | ClConvertFullyConnectedWeightsKernel.cpp | 79 _kernel = create_kernel(compile_context, "convert_fc_weights", build_opts.options()); in configure()
|
H A D | ClHeightConcatenateKernel.cpp | 112 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
|
H A D | ClWidthConcatenateKernel.cpp | 108 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/UNIT/ |
H A D | CompileContext.cpp | 60 …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 D | CLKernelLibrary.cpp | 44 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 D | CLHelpers.cpp | 404 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 D | CLBatchToSpaceLayerKernel.cpp | 113 …_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 D | CLInstanceNormalizationLayerKernel.cpp | 98 _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 D | CLSpaceToBatchLayerKernel.cpp | 120 …_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 D | CLBitwiseKernel.cpp | 91 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
|
H A D | CLFFTScaleKernel.cpp | 83 _kernel = create_kernel(compile_context, kernel_name, build_opts.options()); in configure()
|
H A D | CLMeanStdDevNormalizationKernel.cpp | 98 _kernel = create_kernel(compile_context, "mean_stddev_normalization", build_opts.options()); in configure()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_vector_creation.cpp | 40 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 D | local_executor_params.h | 48 create_kernel; member
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/ |
H A D | CLKernelLibrary.h | 109 …Kernel create_kernel(const std::string &kernel_name, const std::set<std::string> &build_options_se…
|
H A D | CLHelpers.h | 218 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 D | tfsa-2022-041.md | 10 Status s = params_.create_kernel(n->properties(), &item->kernel);
|