Lines Matching defs:Impl
37 struct CLArithmeticAddition::Impl struct in arm_compute::CLArithmeticAddition
39 const ICLTensor *src_0{ nullptr };
40 const ICLTensor *src_1{ nullptr };
41 ICLTensor *dst{ nullptr };
42 std::unique_ptr<opencl::ClAdd> op{ nullptr };
83 struct CLArithmeticSubtraction::Impl struct in arm_compute::CLArithmeticSubtraction
85 const ICLTensor *src_0{ nullptr };
86 const ICLTensor *src_1{ nullptr };
87 ICLTensor *dst{ nullptr };
88 std::unique_ptr<opencl::ClSub> op{ nullptr };
129 struct CLArithmeticDivision::Impl struct in arm_compute::CLArithmeticDivision
131 const ICLTensor *src_0{ nullptr };
132 const ICLTensor *src_1{ nullptr };
133 ICLTensor *dst{ nullptr };
134 std::unique_ptr<opencl::ClElementwiseDivision> op{ nullptr };
174 struct CLElementwiseMax::Impl struct in arm_compute::CLElementwiseMax
176 const ICLTensor *src_0{ nullptr };
177 const ICLTensor *src_1{ nullptr };
178 ICLTensor *dst{ nullptr };
179 std::unique_ptr<opencl::ClElementwiseMax> op{ nullptr };
219 struct CLElementwiseMin::Impl struct in arm_compute::CLElementwiseMin
221 const ICLTensor *src_0{ nullptr };
222 const ICLTensor *src_1{ nullptr };
223 ICLTensor *dst{ nullptr };
224 std::unique_ptr<opencl::ClElementwiseMin> op{ nullptr };
264 struct CLElementwiseSquaredDiff::Impl struct in arm_compute::CLElementwiseSquaredDiff
266 const ICLTensor *src_0{ nullptr };
267 const ICLTensor *src_1{ nullptr };
268 ICLTensor *dst{ nullptr };
269 std::unique_ptr<opencl::ClElementwiseSquaredDiff> op{ nullptr };
309 struct CLElementwisePower::Impl struct in arm_compute::CLElementwisePower
311 const ICLTensor *src_0{ nullptr };
312 const ICLTensor *src_1{ nullptr };
313 ICLTensor *dst{ nullptr };
314 std::unique_ptr<opencl::ClElementwisePower> op{ nullptr };