Searched refs:_kernel (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | cl20-device-side-enqueue.cl | 85 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVLK1:[^ ]+_kernel]] to i8*… 102 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVLK2:[^ ]+_kernel]] to i8*… 130 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVGK1:[^ ]+_kernel]] to i8*… 155 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVGK2:[^ ]+_kernel]] to i8*… 182 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVGK3:[^ ]+_kernel]] to i8*… 209 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVGK4:[^ ]+_kernel]] to i8*… 234 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVGK5:[^ ]+_kernel]] to i8*… 266 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVGK6:[^ ]+_kernel]] to i8*… 290 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVGK7:[^ ]+_kernel]] to i8*… 323 …// COMMON-SAME: i8 addrspace(4)* addrspacecast (i8* bitcast ({{.*}} [[INVGK8:[^ ]+_kernel]] to i8*… [all …]
|
/external/gemmlowp/internal/ |
D | compute.h | 42 ComputeImpl(const KernelBase& _kernel, const BlockParams& _block_params, in ComputeImpl() argument 45 : kernel_(_kernel), in ComputeImpl()
|
D | multi_thread_gemm.h | 469 GemmWithPackedRhsTask(GemmContextType* _context, const KernelBase& _kernel, in GemmWithPackedRhsTask() 479 kernel(_kernel), in GemmWithPackedRhsTask()
|
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/ |
D | rnn_cell_impl.py | 465 self._kernel = self.add_variable( 479 array_ops.concat([inputs, state], 1), self._kernel) 753 self._kernel = self.add_variable( 788 array_ops.concat([inputs, h], 1), self._kernel) 979 self._kernel = self.add_variable( 1053 array_ops.concat([inputs, m_prev], 1), self._kernel)
|
/external/tensorflow/tensorflow/core/framework/ |
D | kernel_def.proto | 35 // won't be used unless the user specifies a "_kernel" attr with
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | rnn.md | 84 1. The **weight** and **recurrent\_kernel** tensors are transposed. 85 1. The transposed weight, transposed recurrent\_kernel and **bias** tensors are
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | README | 145 By default, the compiled executable will need the _kernel.cl file at 148 then compiled into the host binary, such that the _kernel.cl file is no
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | build_defs.bzl | 192 outputs = {"kernel": "%{name}_kernel.o"},
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_test.py | 789 self._kernel = dense_to_track.kernel
|
/external/llvm-project/clang/docs/ |
D | DiagnosticsReference.rst | 5955 …bsp| :diagtext:`template parameter of a function template with the 'sycl\_kernel' attribute cannot… 5959 |:warning:`warning:` |nbsp| :diagtext:`function template with 'sycl\_kernel' attribute must have a … 5963 |:warning:`warning:` |nbsp| :diagtext:`'sycl\_kernel' attribute only applies to a function template… 5967 |:warning:`warning:` |nbsp| :diagtext:`function template with 'sycl\_kernel' attribute must have a …
|