Home
last modified time | relevance | path

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

12345678910>>...25

/external/mesa3d/src/freedreno/computerator/
Dmain.h39 struct kernel { struct
41 uint32_t local_size[3];
65 struct kernel *(*assemble)(struct backend *b, FILE *in); argument
Da6xx.c107 a6xx_disassemble(struct kernel *kernel, FILE *out) in a6xx_disassemble()
113 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit()
216 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t grid[3]) in cs_const_emit()
249 struct kernel *kernel) in cs_ibo_emit()
303 event_write(struct fd_ringbuffer *ring, struct kernel *kernel, in event_write()
322 cache_flush(struct fd_ringbuffer *ring, struct kernel *kernel) in cache_flush()
347 a6xx_emit_grid(struct kernel *kernel, uint32_t grid[3], struct fd_submit *submit) in a6xx_emit_grid()
/external/angle/src/libANGLE/renderer/cl/
DCLKernelCL.cpp31 bool GetWorkGroupInfo(cl_kernel kernel, in GetWorkGroupInfo()
43 bool GetArgInfo(cl_kernel kernel, in GetArgInfo()
59 bool GetKernelInfo(cl_kernel kernel, cl::KernelInfo name, T &value, cl_int &errorCode) in GetKernelInfo()
66 bool GetArgString(cl_kernel kernel, in GetArgString()
95 bool GetKernelString(cl_kernel kernel, cl::KernelInfo name, std::string &string, cl_int &errorCode) in GetKernelString()
117 CLKernelCL::CLKernelCL(const cl::Kernel &kernel, cl_kernel native) in CLKernelCL()
/external/ImageMagick/MagickCore/
Dmorphology.c119 static inline KernelInfo *LastKernelInfo(KernelInfo *kernel) in LastKernelInfo()
217 *kernel; in ParseKernelArray() local
387 *kernel; in ParseKernelName() local
490 *kernel, in AcquireKernelInfo() local
955 *kernel; in AcquireKernelBuiltIn() local
2213 MagickExport KernelInfo *CloneKernelInfo(const KernelInfo *kernel) in CloneKernelInfo()
2268 MagickExport KernelInfo *DestroyKernelInfo(KernelInfo *kernel) in DestroyKernelInfo()
2328 static void ExpandMirrorKernelInfo(KernelInfo *kernel) in ExpandMirrorKernelInfo()
2420 static void ExpandRotateKernelInfo(KernelInfo *kernel,const double angle) in ExpandRotateKernelInfo()
2481 static void CalcKernelMetaData(KernelInfo *kernel) in CalcKernelMetaData()
[all …]
/external/eigen/unsupported/test/
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
/external/ComputeLibrary/src/runtime/CL/functions/
DCLCropResize.cpp212 auto kernel = arm_compute::support::cpp14::make_unique<CLMemsetKernel>(); in configure() local
229 auto kernel = arm_compute::support::cpp14::make_unique<CLMemsetKernel>(); in configure() local
238 auto kernel = arm_compute::support::cpp14::make_unique<CLMemsetKernel>(); in configure() local
251 auto kernel = arm_compute::support::cpp14::make_unique<CLCropKernel>(); in configure() local
263 auto kernel = arm_compute::support::cpp14::make_unique<CLMemsetKernel>(); in configure() local
283 for(auto &kernel : _scale) in run() local
288 for(auto &kernel : _copy) in run() local
DCLConcatenateLayer.cpp81 auto kernel = support::cpp14::make_unique<CLWidthConcatenate2TensorsKernel>(); in configure() local
89 auto kernel = support::cpp14::make_unique<CLWidthConcatenate4TensorsKernel>(); in configure() local
99 auto kernel = support::cpp14::make_unique<CLWidthConcatenateLayerKernel>(); in configure() local
113 auto kernel = support::cpp14::make_unique<CLHeightConcatenateLayerKernel>(); in configure() local
124 auto kernel = support::cpp14::make_unique<CLDepthConcatenateLayerKernel>(); in configure() local
135 auto kernel = support::cpp14::make_unique<CLBatchConcatenateLayerKernel>(); in configure() local
/external/ComputeLibrary/src/runtime/CL/tuners/
DMidgardTuner.cpp64 void MidgardTuner::tune_kernel_static(ICLKernel &kernel) in tune_kernel_static()
72 void MidgardTuner::tune_kernel_dynamic(ICLKernel &kernel) in tune_kernel_dynamic()
77 void MidgardTuner::tune_kernel_dynamic(ICLKernel &kernel, ITensorPack &tensors) in tune_kernel_dynamic()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_kernel_stats_db_test.cc83 const auto& kernel = kernel_stats.reports().at(2); in TEST() local
101 const auto& kernel = kernel_stats.reports().at(1); in TEST() local
119 const auto& kernel = kernel_stats.reports().at(0); in TEST() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_kernel.cc28 absl::Status GetKernelMaxWorkGroupSize(cl_kernel kernel, cl_device_id device_id, in GetKernelMaxWorkGroupSize()
43 absl::Status GetKernelPrivateMemorySize(cl_kernel kernel, in GetKernelPrivateMemorySize()
60 CLKernel::CLKernel(CLKernel&& kernel) in CLKernel() function in tflite::gpu::cl::CLKernel
69 CLKernel& CLKernel::operator=(CLKernel&& kernel) { in operator =()
/external/skia/src/gpu/effects/
DGrBicubicEffect.cpp116 SkImage::CubicResampler kernel, in Make()
129 SkImage::CubicResampler kernel, in Make()
147 SkImage::CubicResampler kernel, in MakeSubset()
167 SkImage::CubicResampler kernel, in MakeSubset()
190 SkImage::CubicResampler kernel, in Make()
198 SkImage::CubicResampler kernel, in GrBicubicEffect()
252 auto kernel = d->fRandom->nextBool() ? GrBicubicEffect::gMitchell in TestCreate() local
/external/OpenCL-CTS/test_conformance/api/
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
/external/autotest/client/common_lib/cros/
Dkernel_utils.py35 def _cgpt(flag, kernel, host=None): argument
75 def get_kernel_success(kernel, host=None): argument
86 def get_kernel_tries(kernel, host=None): argument
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEConcatenateLayer.cpp71 auto kernel = support::cpp14::make_unique<NEWidthConcatenateLayerKernel>(); in configure() local
78 auto kernel = support::cpp14::make_unique<NEHeightConcatenateLayerKernel>(); in configure() local
85 auto kernel = support::cpp14::make_unique<NEDepthConcatenateLayerKernel>(); in configure() local
92 auto kernel = support::cpp14::make_unique<NEBatchConcatenateLayerKernel>(); in configure() local
/external/ComputeLibrary/src/runtime/CL/
DCLScheduler.cpp79 void CLScheduler::tune_kernel_static(ICLKernel &kernel) in tune_kernel_static()
154 void CLScheduler::enqueue_common(ICLKernel &kernel, ITensorPack &tensors, bool flush) in enqueue_common()
177 void CLScheduler::enqueue(ICLKernel &kernel, bool flush) in enqueue()
183 void CLScheduler::enqueue_op(ICLKernel &kernel, ITensorPack &tensors, bool flush) in enqueue_op()
DCLTuner.cpp73 void CLTuner::tune_kernel_static(ICLKernel &kernel) in tune_kernel_static()
78 void CLTuner::tune_kernel_dynamic(ICLKernel &kernel) in tune_kernel_dynamic()
84 void CLTuner::tune_kernel_dynamic(ICLKernel &kernel, ITensorPack &tensors) in tune_kernel_dynamic()
121 cl::NDRange CLTuner::find_optimal_lws(ICLKernel &kernel, ITensorPack &tensors) in find_optimal_lws()
151 { in find_optimal_lws()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_preprocessor.cpp45 clKernelWrapper kernel; in test_preprocessor_define_udef() local
139 clKernelWrapper kernel; in test_preprocessor_include() local
212 clKernelWrapper kernel; in test_preprocessor_line_error() local
300 clKernelWrapper kernel; in test_preprocessor_pragma() local
/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op.cc53 auto* kernel = new BitcastOp; in BitcastOp_Create() local
87 static void BitcastOp_Delete(void* kernel) { in BitcastOp_Delete()
91 static void BitcastOp_Compute(void* kernel, TF_OpKernelContext* ctx) { in BitcastOp_Compute()
Dhistogram_summary_op.cc53 HistogramSummaryOp* kernel = new HistogramSummaryOp; in HistogramSummaryOp_Create() local
60 void HistogramSummaryOp_Delete(void* kernel) { in HistogramSummaryOp_Delete()
65 void HistogramSummaryOp_Compute(void* kernel, TF_OpKernelContext* ctx) { in HistogramSummaryOp_Compute()
/external/ComputeLibrary/src/runtime/GLES_COMPUTE/functions/
DGCConcatenateLayer.cpp64 auto kernel = support::cpp14::make_unique<GCDepthConcatenateLayerKernel>(); in configure() local
78 for(auto &kernel : _concat_kernels) in run() local
/external/tensorflow/tensorflow/c/
Dkernels_test.cc86 static void MyComputeFunc(void* kernel, TF_OpKernelContext* ctx) { in MyComputeFunc()
94 static void MyDeleteFunc(void* kernel) { in MyDeleteFunc()
155 std::unique_ptr<OpKernel> kernel = in TEST() local
222 std::unique_ptr<OpKernel> kernel = in CreateAndCallKernelWithAttr() local
520 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST()
574 std::unique_ptr<OpKernel> kernel = in TEST() local
739 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST_F()
756 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST_F()
784 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST_F()
808 auto my_compute_func = [](void* kernel, TF_OpKernelContext* ctx) { in TEST_F()
[all …]
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_kernel.h92 inline const GpuKernel* AsGpuKernel(const KernelBase* kernel) { in AsGpuKernel()
98 inline GpuKernel* AsGpuKernel(KernelBase* kernel) { in AsGpuKernel()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dsoftmax1x1.cc33 Softmax1x1::Softmax1x1(Softmax1x1&& kernel) : GPUOperation(std::move(kernel)) {} in Softmax1x1() function in tflite::gpu::Softmax1x1
35 Softmax1x1& Softmax1x1::operator=(Softmax1x1&& kernel) { in operator =()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_rewriter_test.cc264 HloInstruction* kernel = in TEST_F() local
335 HloInstruction* kernel = in TEST_F() local
374 HloInstruction* kernel = in TEST_F() local
417 HloInstruction* kernel = in TEST_F() local
469 HloInstruction* kernel = in TEST_F() local
525 HloInstruction* kernel = in TEST_F() local
583 HloInstruction* kernel = in TEST_F() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/
Dideal_workgroup_picker.cc45 HW kernel; member
158 OperationType op_type, HW kernel, HW strides, in GetIdealWorkgroupIfPossible()
198 OperationType op_type, HW kernel, HW strides, in GetIdealWorkgroupIfPossible()

12345678910>>...25