Home
last modified time | relevance | path

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

12345678910>>...37

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-047.md3 ### CVE Number
6 ### Impact
20 ### Patches
25 ### For more information
/external/mesa3d/src/freedreno/computerator/
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
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()
/external/ComputeLibrary/src/gpu/cl/operators/
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
/external/OpenCL-CTS/test_conformance/math_brute_force/
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
/external/ComputeLibrary/src/cpu/operators/
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
/external/angle/src/libANGLE/renderer/cl/
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()
/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/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/pytorch/test/cpp/tensorexpr/
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
/external/ComputeLibrary/src/runtime/CL/functions/
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
/external/pytorch/aten/src/ATen/core/op_registration/
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
Dop_registration.cpp75 for (const auto& kernel : options.kernels) { in inferSchemaFromKernels_() local
96 for (const auto& kernel : options.kernels) { in checkNoDuplicateKernels_() local
130 for (auto& kernel : options.kernels) { in registerOp_() local
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
Dvp_kernelset.cpp45 …US VpKernelSet::GetKernelInfo(std::string kernelName, uint32_t kuid, uint32_t& size, void*& kernel) in GetKernelInfo()
102 auto &kernel = it->second; in FindAndInitKernelObj() local
118 VpRenderKernelObj *&kernel, in CreateSingleKernelObject()
181 VpRenderKernelObj* kernel = nullptr; in CreateKernelObjects() local
/external/pytorch/test/edge/
Doperator_registry.cpp18 for (const auto& kernel : kernels) { in register_kernels() local
29 auto kernel = this->kernels_map_.find(name); in hasKernelFn() local
38 auto kernel = this->kernels_map_.find(name); in getKernelFn() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_kernel.cc31 absl::Status GetKernelMaxWorkGroupSize(cl_kernel kernel, cl_device_id device_id, in GetKernelMaxWorkGroupSize()
46 absl::Status GetKernelPrivateMemorySize(cl_kernel kernel, in GetKernelPrivateMemorySize()
63 CLKernel::CLKernel(CLKernel&& kernel) in CLKernel() function in tflite::gpu::cl::CLKernel
72 CLKernel& CLKernel::operator=(CLKernel&& kernel) { in operator =()
/external/skia/src/gpu/ganesh/effects/
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
/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/ComputeLibrary/src/runtime/CL/
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()
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_kernel_data.cpp40 int32_t CmKernelData::Create( CmKernelRT* kernel, CmKernelData*& kernelData ) in Create()
90 CmKernelData::CmKernelData( CmKernelRT* kernel ): in CmKernelData()
145 int32_t CmKernelData::GetCmKernel( CmKernelRT*& kernel ) in GetCmKernel()
/external/skia/gm/
Dmatrixconvolution.cpp85 std::vector<SkScalar> kernel(9, SkIntToScalar(1)); in makeFilter() local
97 std::vector<SkScalar> kernel(49, SkIntToScalar(1)); in makeFilter() local
107 std::vector<float> kernel(128, 0.0f); in makeFilter() local
118 std::vector<float> kernel(255, 0.0f); in makeFilter() local
/external/autotest/client/common_lib/cros/
Dkernel_utils.py37 def _cgpt(flag, kernel, host=None): argument
77 def get_kernel_success(kernel, host=None): argument
88 def get_kernel_tries(kernel, host=None): argument
/external/pytorch/benchmarks/operator_benchmark/pt/
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
/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()
/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

12345678910>>...37