Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEElementwiseOperators.cpp132 struct NEElementwiseMax::Impl struct in arm_compute::NEElementwiseMax
134 const ITensor *src_0{ nullptr };
135 const ITensor *src_1{ nullptr };
136 ITensor *dst{ nullptr };
137 std::unique_ptr<experimental::NEElementwiseMax> op{ nullptr };
173 struct NEElementwiseMin::Impl struct in arm_compute::NEElementwiseMin
175 const ITensor *src_0{ nullptr };
176 const ITensor *src_1{ nullptr };
177 ITensor *dst{ nullptr };
178 std::unique_ptr<experimental::NEElementwiseMin> op{ nullptr };
[all …]
DNEPixelWiseMultiplication.cpp66 struct NEPixelWiseMultiplication::Impl struct in arm_compute::NEPixelWiseMultiplication
68 const ITensor *src_0{ nullptr };
69 const ITensor *src_1{ nullptr };
70 ITensor *dst{ nullptr };
71 std::unique_ptr<experimental::NEPixelWiseMultiplication> op{ nullptr };
107 struct NEComplexPixelWiseMultiplication::Impl struct in arm_compute::NEComplexPixelWiseMultiplication
109 ITensor *src_0{ nullptr };
110 ITensor *src_1{ nullptr };
111 ITensor *dst{ nullptr };
112 std::unique_ptr<experimental::NEComplexPixelWiseMultiplication> op{ nullptr };
DNEPReluLayer.cpp47 struct NEPReluLayer::Impl struct in arm_compute::NEPReluLayer
49 const ITensor *src_0{ nullptr };
50 const ITensor *src_1{ nullptr };
51 ITensor *dst{ nullptr };
52 std::unique_ptr<experimental::NEPRelu> op{ nullptr };
DNEActivationLayer.cpp52 struct NEActivationLayer::Impl struct in arm_compute::NEActivationLayer
54 const ITensor *src{ nullptr };
55 ITensor *dst{ nullptr };
56 IRuntimeContext *ctx{ nullptr };
57 std::unique_ptr<experimental::NEActivationLayer> op{ nullptr };
DNEConcatenateLayer.cpp174 struct NEConcatenateLayer::Impl struct in arm_compute::NEConcatenateLayer
176 std::vector<const ITensor *> srcs{};
177 ITensor *dst{ nullptr };
178 unsigned int num_inputs{ 0 };
179 unsigned int axis{ 0 };
180 std::unique_ptr<experimental::NEConcatenation> op{ nullptr };
DNEArithmeticAddition.cpp52 struct NEArithmeticAddition::Impl struct in arm_compute::NEArithmeticAddition
54 const ITensor *src_0{ nullptr };
55 const ITensor *src_1{ nullptr };
56 ITensor *dst{ nullptr };
57 std::unique_ptr<experimental::NEArithmeticAddition> op{ nullptr };
DNEArithmeticSubtraction.cpp51 struct NEArithmeticSubtraction::Impl struct in arm_compute::NEArithmeticSubtraction
53 const ITensor *src_0{ nullptr };
54 const ITensor *src_1{ nullptr };
55 ITensor *dst{ nullptr };
56 std::unique_ptr<experimental::NEArithmeticSubtraction> op{ nullptr };
DNEReshapeLayer.cpp53 struct NEReshapeLayer::Impl struct in arm_compute::NEReshapeLayer
55 const ITensor *src{ nullptr };
56 ITensor *dst{ nullptr };
57 std::unique_ptr<experimental::NEReshape> op{ nullptr };
/external/ComputeLibrary/src/runtime/CL/functions/
DCLElementWiseUnaryLayer.cpp120 struct CLRsqrtLayer::Impl struct in arm_compute::CLRsqrtLayer
122 const ICLTensor *src{ nullptr };
123 ICLTensor *dst{ nullptr };
124 std::unique_ptr<experimental::CLRsqrt> op{ nullptr };
162 struct CLExpLayer::Impl struct in arm_compute::CLExpLayer
164 const ICLTensor *src{ nullptr };
165 ICLTensor *dst{ nullptr };
166 std::unique_ptr<experimental::CLExp> op{ nullptr };
204 struct CLNegLayer::Impl struct in arm_compute::CLNegLayer
206 const ICLTensor *src{ nullptr };
[all …]
DCLElementwiseOperations.cpp186 struct CLArithmeticAddition::Impl struct in arm_compute::CLArithmeticAddition
188 const ICLTensor *src_0{ nullptr };
189 const ICLTensor *src_1{ nullptr };
190 ICLTensor *dst{ nullptr };
191 std::unique_ptr<experimental::CLArithmeticAddition> op{ nullptr };
232 struct CLArithmeticSubtraction::Impl struct in arm_compute::CLArithmeticSubtraction
234 const ICLTensor *src_0{ nullptr };
235 const ICLTensor *src_1{ nullptr };
236 ICLTensor *dst{ nullptr };
237 std::unique_ptr<experimental::CLArithmeticSubtraction> op{ nullptr };
[all …]
DCLPixelWiseMultiplication.cpp129 struct CLPixelWiseMultiplication::Impl struct in arm_compute::CLPixelWiseMultiplication
131 const ICLTensor *src_0{ nullptr };
132 const ICLTensor *src_1{ nullptr };
133 ICLTensor *dst{ nullptr };
134 std::unique_ptr<experimental::CLPixelWiseMultiplication> op{ nullptr };
177 struct CLComplexPixelWiseMultiplication::Impl struct in arm_compute::CLComplexPixelWiseMultiplication
179 const ICLTensor *src_0{ nullptr };
180 const ICLTensor *src_1{ nullptr };
181 ICLTensor *dst{ nullptr };
182 std::unique_ptr<experimental::CLComplexPixelWiseMultiplication> op{ nullptr };
DCLActivationLayer.cpp49 struct CLActivationLayer::Impl struct in arm_compute::CLActivationLayer
51 const ICLTensor *src{ nullptr };
52 ICLTensor *dst{ nullptr };
53 CLRuntimeContext *ctx{ nullptr };
54 std::unique_ptr<experimental::CLActivation> op{ nullptr };
DCLLogicalOr.cpp53 struct CLLogicalOr::Impl struct in arm_compute::CLLogicalOr
55 const ICLTensor *src0{ nullptr };
56 const ICLTensor *src1{ nullptr };
57 ICLTensor *dst{ nullptr };
58 std::unique_ptr<experimental::CLLogicalOr> op{ nullptr };
DCLLogicalAnd.cpp53 struct CLLogicalAnd::Impl struct in arm_compute::CLLogicalAnd
55 const ICLTensor *src0{ nullptr };
56 const ICLTensor *src1{ nullptr };
57 ICLTensor *dst{ nullptr };
58 std::unique_ptr<experimental::CLLogicalAnd> op{ nullptr };
DCLPReluLayer.cpp57 struct CLPReluLayer::Impl struct in arm_compute::CLPReluLayer
59 const ICLTensor *src_0{ nullptr };
60 const ICLTensor *src_1{ nullptr };
61 ICLTensor *dst{ nullptr };
62 std::unique_ptr<experimental::CLPReluLayer> op{ nullptr };
DCLReshapeLayer.cpp48 struct CLReshapeLayer::Impl struct in arm_compute::CLReshapeLayer
50 const ICLTensor *src{ nullptr };
51 ICLTensor *dst{ nullptr };
52 std::unique_ptr<experimental::CLReshape> op{ nullptr };
DCLLogicalNot.cpp53 struct CLLogicalNot::Impl struct in arm_compute::CLLogicalNot
55 const ICLTensor *src{ nullptr };
56 ICLTensor *dst{ nullptr };
57 std::unique_ptr<experimental::CLLogicalNot> op{ nullptr };
/external/armnn/src/armnnUtils/
DLeakChecking.cpp14 struct ScopedLeakChecker::Impl struct in armnnUtils::ScopedLeakChecker
16 HeapLeakChecker m_LeakChecker;
18 Impl(const std::string & name) in Impl() function
51 struct ScopedDisableLeakChecking::Impl struct in armnnUtils::ScopedDisableLeakChecking
53 HeapLeakChecker::Disabler m_Disabler;
/external/skia/src/sksl/
DSkSLSharedCompiler.cpp13 struct SharedCompiler::Impl { struct in SkSL::SharedCompiler
14 Impl() { in Impl() function
36 std::unique_ptr<SkSL::ShaderCaps> fCaps;
37 SkSL::Compiler* fCompiler;
/external/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlinter.cpp26 struct Linter::Impl { struct in spvtools::Linter
27 explicit Impl(spv_target_env env) : target_env(env) { in Impl() argument
33 spv_target_env target_env; // Target environment.
34 MessageConsumer message_consumer; // Message consumer.
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/lint/
Dlinter.cpp26 struct Linter::Impl { struct in spvtools::Linter
27 explicit Impl(spv_target_env env) : target_env(env) { in Impl() argument
33 spv_target_env target_env; // Target environment.
34 MessageConsumer message_consumer; // Message consumer.
/external/deqp-deps/SPIRV-Tools/source/lint/
Dlinter.cpp26 struct Linter::Impl { struct in spvtools::Linter
27 explicit Impl(spv_target_env env) : target_env(env) { in Impl() function
33 spv_target_env target_env; // Target environment.
34 MessageConsumer message_consumer; // Message consumer.
/external/ComputeLibrary/src/runtime/CPP/
DCPPScheduler.cpp237 struct CPPScheduler::Impl final struct in arm_compute::CPPScheduler
239 explicit Impl(unsigned int thread_hint) in Impl() argument
243 void set_num_threads(unsigned int num_threads, unsigned int thread_hint) in set_num_threads()
248 …id set_num_threads_with_affinity(unsigned int num_threads, unsigned int thread_hint, BindFunc func) in set_num_threads_with_affinity()
262 unsigned int num_threads() const in num_threads()
269 unsigned int _num_threads;
270 std::list<Thread> _threads;
271 arm_compute::Mutex _run_workloads_mutex{};
/external/skia/src/pdf/
DSkDeflate.cpp60 struct SkDeflateWStream::Impl { struct in SkDeflateWStream
70 : fImpl(std::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc44 Scope::Impl::Impl(Graph* graph, Status* status, NameMap* name_map, in Impl() function in tensorflow::Scope::Impl
54 Scope::Impl::Impl(const std::shared_ptr<Graph>& graph, in Impl() function in tensorflow::Scope::Impl
82 Scope::Impl::Impl(const Scope& other, Tags::ScopeName, const string& name, in Impl() function in tensorflow::Scope::Impl
101 Scope::Impl::Impl(const Scope& other, Tags::OpName, const string& name, in Impl() function in tensorflow::Scope::Impl
119 Scope::Impl::Impl(const Scope& other, Tags::ControlDeps, in Impl() function in tensorflow::Scope::Impl
143 Scope::Impl::Impl(const Scope& other, Tags::Device, const string& device) in Impl() function in tensorflow::Scope::Impl
160 Scope::Impl::Impl(const Scope& other, Tags::SingleUseScope, in Impl() function in tensorflow::Scope::Impl
178 Scope::Impl::Impl(const Scope& other, Tags::ExitOnError) in Impl() function in tensorflow::Scope::Impl
195 Scope::Impl::Impl(const Scope& other, Tags::KernelLabel, in Impl() function in tensorflow::Scope::Impl
213 Scope::Impl::Impl(const Scope& other, Tags::Colocate, in Impl() function in tensorflow::Scope::Impl
[all …]

12345678910>>...12