Searched refs:KernelType (Results 1 – 25 of 34) sorted by relevance
12
38 enum KernelType { enum122 template <KernelType kernel_type>150 template <KernelType kernel_type>201 template <KernelType kernel_type>228 template <KernelType kernel_type>257 template <KernelType kernel_type>282 template <KernelType kernel_type>311 template <KernelType kernel_type>337 template <KernelType kernel_type>364 template <KernelType kernel_type>
30 enum KernelType { enum80 template <KernelType kernel_type>127 template <KernelType kernel_type>
30 enum KernelType { enum46 template <KernelType type>
30 enum KernelType { enum53 template <KernelType kernel_type>
30 enum KernelType { enum64 template <KernelType kernel_type>
31 enum KernelType { enum108 template <KernelType kernel_type>156 template <KernelType kernel_type>244 template <KernelType kernel_type>
29 enum KernelType { enum58 template <KernelType kernel_type>
31 enum KernelType { enum175 template <KernelType kernel_type>222 template <KernelType kernel_type>298 template <KernelType kernel_type>
46 enum KernelType { enum188 template <KernelType kernel_type>224 template <KernelType kernel_type>294 template <KernelType kernel_type>
44 enum KernelType { enum419 template <KernelType kernel_type>431 KernelType effective_kernel_type; in EvalQuantized()521 template <KernelType kernel_type>529 KernelType effective_kernel_type; in EvalFloat()588 template <KernelType kernel_type>661 template <KernelType kernel_type>
30 enum KernelType { enum86 template <KernelType kernel_type>
30 enum KernelType { enum75 template <KernelType kernel_type>
30 enum KernelType { enum99 template <KernelType kernel_type, typename OpType>
30 enum KernelType { enum72 template <KernelType kernel_type>
42 enum KernelType { enum312 template <KernelType kernel_type>386 template <KernelType kernel_type>429 template <KernelType kernel_type>462 template <KernelType kernel_type>
32 enum KernelType { enum225 template <KernelType kernel_type>272 template <KernelType kernel_type>342 template <KernelType kernel_type>
29 enum KernelType { enum76 template <KernelType kernel_type>
32 enum KernelType { enum93 template <KernelType kernel_type>
29 enum KernelType { enum74 template <KernelType kernel_type>
35 enum KernelType { enum100 template <KernelType kernel_type>
31 enum KernelType { enum118 template <KernelType kernel_type>
31 enum KernelType { enum107 template <KernelType kernel_type>
36 enum KernelType { enum103 template <KernelType kernel_type>
26 template <typename KernelType>27 void TestKernelValues(const KernelType& kernel, const std::vector<float>& x, in TestKernelValues()
47 template <typename KernelType>50 explicit TypedDynamicKernel(const KernelType& kernel) : kernel_(kernel) {} in TypedDynamicKernel()53 const KernelType kernel_;56 template <typename KernelType>57 std::unique_ptr<const DynamicKernel> CreateKernel(const KernelType& kernel) { in CreateKernel()58 return MakeUnique<TypedDynamicKernel<KernelType>>(kernel); in CreateKernel()