| /external/tensorflow/tensorflow/security/advisory/ |
| D | tfsa-2022-047.md | 3 ### CVE Number 6 ### Impact 20 ### Patches 25 ### For more information
|
| /external/ComputeLibrary/src/gpu/cl/operators/ |
| D | ClConcatenate.cpp | 76 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/mesa3d/src/freedreno/computerator/ |
| D | main.h | 39 struct kernel { struct 41 uint32_t local_size[3]; 42 uint32_t num_bufs; 66 struct kernel *(*assemble)(struct backend *b, FILE *in); argument
|
| D | a4xx.cc | 59 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/OpenCL-CTS/test_conformance/math_brute_force/ |
| D | common.cpp | 56 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/ |
| D | CpuConcatenate.cpp | 68 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/ |
| D | CLKernelCL.cpp | 32 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/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
| D | message_set.js | 40 function createItemMap(kernel) { argument 60 function writeItemMap(kernel, itemMap) { argument 73 static fromKernel(kernel) { argument 90 constructor(kernel, itemMap) { argument 203 static fromKernel(kernel) { argument 211 constructor(kernel) { argument
|
| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_convolution.cpp | 21 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/ |
| D | xplane_to_kernel_stats_db_test.cc | 83 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/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLCropResize.cpp | 210 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/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | cl_kernel.cc | 31 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/OpenCL-CTS/test_conformance/api/ |
| D | test_kernels.cpp | 86 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/skia/src/gpu/ganesh/effects/ |
| D | GrBicubicEffect.cpp | 129 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/ComputeLibrary/src/runtime/CL/ |
| D | CLTuner.cpp | 88 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()
|
| D | CLScheduler.cpp | 82 void CLScheduler::tune_kernel_static(ICLKernel &kernel) in tune_kernel_static() 165 void CLScheduler::enqueue_common(ICLKernel &kernel, ITensorPack &tensors, bool flush) in enqueue_common() 205 void CLScheduler::enqueue(ICLKernel &kernel, bool flush) in enqueue() 211 void CLScheduler::enqueue_op(ICLKernel &kernel, ITensorPack &tensors, bool flush) in enqueue_op()
|
| /external/skia/gm/ |
| D | matrixconvolution.cpp | 85 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/ |
| D | kernel_utils.py | 37 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/tensorflow/tensorflow/c/kernels/ |
| D | bitcast_op.cc | 53 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()
|
| D | histogram_summary_op.cc | 53 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/OpenCL-CTS/test_conformance/compiler/ |
| D | test_preprocessor.cpp | 45 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/skia/src/gpu/ |
| D | BlurUtils.h | 46 inline void Compute2DBlurKernel(SkSize sigma, SkISize radius, SkSpan<float> kernel) { in Compute2DBlurKernel() 52 std::array<SkV4, kMaxBlurSamples/4>& kernel) { in Compute2DBlurKernel() 56 inline void Compute1DBlurKernel(float sigma, int radius, SkSpan<float> kernel) { in Compute1DBlurKernel()
|
| /external/tensorflow/tensorflow/c/ |
| D | kernels_test.cc | 86 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 …]
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
| D | softmax1x1.cc | 33 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/stream_executor/gpu/ |
| D | gpu_kernel.h | 92 inline const GpuKernel* AsGpuKernel(const KernelBase* kernel) { in AsGpuKernel() 98 inline GpuKernel* AsGpuKernel(KernelBase* kernel) { in AsGpuKernel()
|