Home
last modified time | relevance | path

Searched defs:kernel (Results 1 – 25 of 1160) sorted by relevance

12345678910>>...47

/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dcommon.cpp56 void EmitDefineType(std::ostringstream &kernel, const char *name, in EmitDefineType()
64 void EmitDefineUndef(std::ostringstream &kernel, const char *name, in EmitDefineUndef()
70 void EmitEnableExtension(std::ostringstream &kernel, in EmitEnableExtension()
128 std::ostringstream kernel; in GetUnaryKernel() local
202 std::ostringstream kernel; in GetUnaryKernel() local
285 std::ostringstream kernel; in GetBinaryKernel() local
385 std::ostringstream kernel; in GetBinaryKernel() local
477 std::ostringstream kernel; in GetTernaryKernel() local
588 for (auto &kernel : kernels) in BuildKernels() local
/aosp_15_r20/external/mesa3d/src/freedreno/computerator/
H A Dmain.h21 struct kernel { struct
23 uint32_t local_size[3];
24 uint32_t num_bufs;
25 uint32_t buf_sizes[MAX_BUFS]; /* size in dwords */
49 struct kernel *(*assemble)(struct backend *b, FILE *in); argument
H A Da4xx.cc59 a4xx_disassemble(struct kernel *kernel, FILE *out) in a4xx_disassemble()
65 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit()
159 emit_const(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t constid, uint32_t sizedwords, in emit_const()
203 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, in cs_const_emit()
229 struct kernel *kernel) in cs_ibo_emit()
278 a4xx_emit_grid(struct kernel *kernel, uint32_t grid[3], in a4xx_emit_grid()
H A Da6xx.cc110 a6xx_disassemble(struct kernel *kernel, FILE *out) in a6xx_disassemble()
117 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit()
311 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, in cs_const_emit()
358 struct kernel *kernel) in cs_ibo_emit()
409 event_write(struct fd_ringbuffer *ring, struct kernel *kernel, in event_write()
438 cache_flush(struct fd_ringbuffer *ring, struct kernel *kernel) in cache_flush()
468 a6xx_emit_grid(struct kernel *kernel, uint32_t grid[3], in a6xx_emit_grid()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dkernels_test.cc86 static void MyComputeFunc(void* kernel, TF_OpKernelContext* ctx) { in MyComputeFunc()
94 static void MyDeleteFunc(void* kernel) { in MyDeleteFunc()
182 std::unique_ptr<OpKernel> kernel = in TEST() local
228 std::unique_ptr<OpKernel> kernel = in TEST() local
296 std::unique_ptr<OpKernel> kernel = in CreateAndCallKernelWithAttr() local
762 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST()
822 std::unique_ptr<OpKernel> kernel = in TEST() local
924 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST()
1034 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST_F()
1051 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST_F()
[all …]
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClConcatenate.cpp76 auto kernel = std::make_unique<kernels::ClWidthConcatenate2TensorsKernel>(); in configure() local
84 auto kernel = std::make_unique<kernels::ClWidthConcatenate4TensorsKernel>(); in configure() local
94 auto kernel = std::make_unique<kernels::ClWidthConcatenateKernel>(); in configure() local
108 auto kernel = std::make_unique<kernels::ClHeightConcatenateKernel>(); in configure() local
119 auto kernel = std::make_unique<kernels::ClDepthConcatenateKernel>(); in configure() local
130 auto kernel = std::make_unique<kernels::ClBatchConcatenateKernel>(); in configure() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_graph_opt.cpp49 TensorExprKernel kernel(g); in TEST_F() local
91 TensorExprKernel kernel(g); in TEST_F() local
139 TensorExprKernel kernel(g); in TEST_F() local
184 TensorExprKernel kernel(g); in TEST_F() local
227 TensorExprKernel kernel(g); in TEST_F() local
256 TensorExprKernel kernel(g); in TEST_F() local
288 TensorExprKernel kernel(g); in TEST_F() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLCropResize.cpp210 auto kernel = std::make_unique<CLFill>(); in configure() local
228 auto kernel = std::make_unique<CLFill>(); in configure() local
238 auto kernel = std::make_unique<CLFill>(); in configure() local
252 auto kernel = std::make_unique<CLCrop>(); in configure() local
265 auto kernel = std::make_unique<CLFill>(); in configure() local
286 for(auto &kernel : _scale) in run() local
291 for(auto &kernel : _copy) in run() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp32 bool GetWorkGroupInfo(cl_kernel kernel, in GetWorkGroupInfo()
44 bool GetArgInfo(cl_kernel kernel, in GetArgInfo()
60 bool GetKernelInfo(cl_kernel kernel, cl::KernelInfo name, T &value, cl_int &errorCode) in GetKernelInfo()
67 bool GetArgString(cl_kernel kernel, in GetArgString()
96 bool GetKernelString(cl_kernel kernel, cl::KernelInfo name, std::string &string, cl_int &errorCode) in GetKernelString()
118 CLKernelCL::CLKernelCL(const cl::Kernel &kernel, cl_kernel native) in CLKernelCL()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_compile.cpp384 cl_kernel kernel = in test_large_multi_file_library() local
598 cl_kernel kernel = in test_large_multiple_embedded_headers() local
808 cl_kernel kernel = in test_large_multiple_libraries() local
1021 cl_kernel kernel = in test_large_multiple_files_multiple_libraries() local
1201 cl_kernel kernel = in test_large_multiple_files() local
1991 cl_kernel kernel) in verifyCopyBuffer()
2138 cl_kernel kernel = in test_execute_after_simple_compile_and_link() local
2184 cl_kernel kernel = in test_execute_after_simple_compile_and_link_no_device_info() local
2232 cl_kernel kernel = in test_execute_after_simple_compile_and_link_with_defines() local
2332 cl_kernel kernel = in test_execute_after_serialize_reload_object() local
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernels.cpp86 cl_kernel kernel; in test_get_kernel_info() local
178 clKernelWrapper kernel; in test_execute_kernel_local_sizes() local
309 clKernelWrapper kernel; in test_set_kernel_arg_by_index() local
379 clKernelWrapper kernel; in test_set_kernel_arg_constant() local
466 clKernelWrapper kernel; in test_set_kernel_arg_struct_array() local
543 cl_kernel kernel[3]; in test_create_kernels_in_program() local
572 clKernelWrapper kernel; in test_kernel_global_constant() local
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrBicubicEffect.cpp129 SkCubicResampler kernel, in Make()
142 SkCubicResampler kernel, in Make()
160 SkCubicResampler kernel, in MakeSubset()
180 SkCubicResampler kernel, in MakeSubset()
203 SkCubicResampler kernel, in Make()
211 SkCubicResampler kernel, in GrBicubicEffect()
265 auto kernel = d->fRandom->nextBool() ? GrBicubicEffect::gMitchell in GR_DEFINE_FRAGMENT_PROCESSOR_TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration.h72 Options&& kernel(DispatchKey dispatch_key) && { in kernel() function
161 …std::enable_if_t<guts::is_functor<KernelFunctor>::value, Options&&> kernel(DispatchKey dispatch_ke… in kernel() function
241 …std::enable_if_t<guts::is_function_type<FuncType>::value, Options&&> kernel(DispatchKey dispatch_k… in kernel() function
285 …std::enable_if_t<guts::is_function_type<FuncType>::value, Options&&> kernel(DispatchKey dispatch_k… in kernel() function
334 Options&&> kernel(DispatchKey dispatch_key, Lambda&& functor) && { in kernel() function
402 …Options&& kernel(std::optional<DispatchKey> dispatch_key, KernelFunction&& func, std::optional<imp… in kernel() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_spatial_convolutions_test.cc40 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
85 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() local
121 Tensor<float, 4> kernel(7, 10, 3, 3); in TEST() local
158 Tensor<float, 4, RowMajor> kernel(3, 3, 10, 7); in TEST() local
205 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
260 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
316 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() local
371 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
419 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
468 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() local
[all …]
H A Deigen_backward_spatial_convolutions_test.cc41 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
91 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() local
142 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
191 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() local
243 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
298 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() local
353 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in test_batched_strided_spatial_convolution_backward_input_valid() local
429 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in test_batched_strided_spatial_convolution_backward_input_valid_row_major() local
505 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() local
560 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() local
[all …]
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLTuner.cpp88 void CLTuner::tune_kernel_static(ICLKernel &kernel) in tune_kernel_static()
93 void CLTuner::tune_kernel_dynamic(ICLKernel &kernel) in tune_kernel_dynamic()
99 void CLTuner::do_tune_kernel_dynamic(ICLKernel &kernel, IKernelData *data) in do_tune_kernel_dynamic()
138 void CLTuner::tune_kernel_dynamic(ICLKernel &kernel, ITensorPack &tensors) in tune_kernel_dynamic()
150 CLTuningParams CLTuner::find_optimal_tuning_params(ICLKernel &kernel, IKernelData *data) in find_optimal_tuning_params()
180 { in find_optimal_tuning_params()
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-047.md3 ### CVE Number
6 ### Impact
20 ### Patches
25 ### For more information
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_4t_intrin_sse2.c25 const int16_t *kernel) { in vpx_filter_block1d16_h4_sse2()
107 const int16_t *kernel) { in vpx_filter_block1d16_v4_sse2()
259 const int16_t *kernel) { in vpx_filter_block1d8_h4_sse2()
317 const int16_t *kernel) { in vpx_filter_block1d8_v4_sse2()
432 const int16_t *kernel) { in vpx_filter_block1d4_h4_sse2()
498 const int16_t *kernel) { in vpx_filter_block1d4_v4_sse2()
608 ptrdiff_t dst_stride, uint32_t height, const int16_t *kernel, int bd) { in vpx_highbd_filter_block1d4_h4_sse2()
669 ptrdiff_t dst_stride, uint32_t height, const int16_t *kernel, int bd) { in vpx_highbd_filter_block1d4_v4_sse2()
768 ptrdiff_t dst_stride, uint32_t height, const int16_t *kernel, int bd) { in vpx_highbd_filter_block1d8_h4_sse2()
845 ptrdiff_t dst_stride, uint32_t height, const int16_t *kernel, int bd) { in vpx_highbd_filter_block1d8_v4_sse2()
[all …]
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/avb/tests/
Dapi_test.rs253 let mut kernel = load_latest_signed_kernel()?; in tampered_kernel_fails_verification() localVariable
267 let mut kernel = load_latest_signed_kernel()?; in kernel_footer_with_vbmeta_offset_overwritten_fails_verification() localVariable
294 let mut kernel = load_latest_signed_kernel()?; in tampered_kernel_footer_fails_verification() localVariable
321 let mut kernel = load_latest_signed_kernel()?; in tampered_vbmeta_fails_verification() localVariable
337 let mut kernel = load_latest_signed_kernel()?; in vbmeta_with_public_key_overwritten_fails_verification() localVariable
370 let mut kernel = load_latest_signed_kernel()?; in vbmeta_with_verification_flag_disabled_fails_verification() localVariable
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/
H A Dconv_test.py15 def init(self, IC, OC, kernel, stride, N, L, device): argument
27 def init(self, IC, OC, kernel, stride, N, L, device): argument
55 def init(self, IC, OC, kernel, stride, N, H, W, G, pad, device): argument
67 def init(self, IC, OC, kernel, stride, N, H, W, G, pad, device): argument
110 def init(self, IC, OC, kernel, stride, N, D, H, W, device): argument
120 def init(self, IC, OC, kernel, stride, N, D, H, W, device): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_conv_rewriter_test.cc265 HloInstruction* kernel = in TEST_F() local
336 HloInstruction* kernel = in TEST_F() local
375 HloInstruction* kernel = in TEST_F() local
418 HloInstruction* kernel = in TEST_F() local
470 HloInstruction* kernel = in TEST_F() local
526 HloInstruction* kernel = in TEST_F() local
584 HloInstruction* kernel = in TEST_F() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_convolution_sycl.cpp49 Tensor<DataType, 1, DataLayout,IndexType> kernel(kernel_dims); in test_larg_expr1D() local
110 Tensor<DataType, 2, DataLayout,IndexType> kernel(kernel_dims); in test_larg_expr2D() local
171 Tensor<DataType, 3, DataLayout,IndexType> kernel(kernel_dims); in test_larg_expr3D() local
226 Tensor<DataType, 1, DataLayout,IndexType> kernel(kernel_dims); in test_evals() local
272 Tensor<DataType, 2, DataLayout, IndexType> kernel(kernel_dims); in test_expr() local
320 Tensor<DataType, 1, DataLayout, IndexType> kernel(kernel_dims); in test_modes() local
409 Tensor<DataType, 1, DataLayout, IndexType> kernel(kernel_dims); in test_strides() local
H A Dcxx11_tensor_convolution.cpp21 Tensor<float, 1, DataLayout> kernel(2); in test_evals() local
50 Tensor<float, 2, DataLayout> kernel(2, 2); in test_expr() local
73 Tensor<float, 1, DataLayout> kernel(3); in test_modes() local
119 Tensor<float, 1, DataLayout> kernel(3); in test_strides() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuConcatenate.cpp68 auto kernel = std::make_unique<kernels::CpuConcatenateWidthKernel>(); in configure() local
75 auto kernel = std::make_unique<kernels::CpuConcatenateHeightKernel>(); in configure() local
82 auto kernel = std::make_unique<kernels::CpuConcatenateDepthKernel>(); in configure() local
89 auto kernel = std::make_unique<kernels::CpuConcatenateBatchKernel>(); in configure() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DOperatorEntry.cpp40 …FunctionSchema& from_def_, const std::string& from_def_debug, const KernelFunction& kernel, const … in checkSchema()
59 static AnnotatedKernel kernel; in missingKernel() local
64 static AnnotatedKernel kernel( in ambiguousAutogradOtherKernel() local
83 for (const auto& kernel : kernels_) { in registerSchema() local
107 KernelFunction kernel, in registerKernel()
187 AnnotatedKernelContainerIterator kernel in registerKernel()

12345678910>>...47