Home
last modified time | relevance | path

Searched refs:PrivateConstructorTag (Results 1 – 25 of 48) sorted by relevance

12

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstUtils.h112 struct PrivateConstructorTag {}; struct
146 RequestChannelSender(PrivateConstructorTag tag, size_t channelLength);
161 struct PrivateConstructorTag {}; struct
195 RequestChannelReceiver(PrivateConstructorTag tag,
212 struct PrivateConstructorTag {}; struct
237 ResultChannelSender(PrivateConstructorTag tag,
252 struct PrivateConstructorTag {}; struct
290 ResultChannelReceiver(PrivateConstructorTag tag, size_t channelLength,
DExecution.h39 struct PrivateConstructorTag {}; struct
46 Execution(PrivateConstructorTag tag, std::shared_ptr<const PreparedModel> preparedModel,
DExecutionBurstController.h59 struct PrivateConstructorTag {}; struct
82 struct PrivateConstructorTag {}; struct
162 ExecutionBurstController(PrivateConstructorTag tag, nn::SharedPreparedModel preparedModel,
DPreparedModel.h41 struct PrivateConstructorTag {}; struct
47 PreparedModel(PrivateConstructorTag tag, bool executeSynchronously,
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DBuffer.h34 struct PrivateConstructorTag {}; struct
40 Buffer(PrivateConstructorTag tag, std::shared_ptr<aidl_hal::IBuffer> buffer,
DExecution.h37 struct PrivateConstructorTag {}; struct
44 Execution(PrivateConstructorTag tag, std::shared_ptr<const PreparedModel> preparedModel,
DPreparedModel.h40 struct PrivateConstructorTag {}; struct
46 PreparedModel(PrivateConstructorTag tag,
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
DBuffer.h34 struct PrivateConstructorTag {}; struct
40 Buffer(PrivateConstructorTag tag, sp<V1_3::IBuffer> buffer,
DExecution.h37 struct PrivateConstructorTag {}; struct
45 Execution(PrivateConstructorTag tag, std::shared_ptr<const PreparedModel> preparedModel,
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DBurst.h36 struct PrivateConstructorTag {}; struct
42 Burst(PrivateConstructorTag tag, nn::SharedPreparedModel preparedModel);
DExecution.h39 struct PrivateConstructorTag {}; struct
46 Execution(PrivateConstructorTag tag, std::shared_ptr<const PreparedModel> preparedModel,
DPreparedModel.h40 struct PrivateConstructorTag {}; struct
46 PreparedModel(PrivateConstructorTag tag, sp<V1_0::IPreparedModel> preparedModel,
DDevice.h42 struct PrivateConstructorTag {}; struct
48 Device(PrivateConstructorTag tag, std::string name, nn::Capabilities capabilities,
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DResilientBuffer.h34 struct PrivateConstructorTag {}; struct
41 explicit ResilientBuffer(PrivateConstructorTag tag, Factory makeBuffer,
DResilientExecution.h35 struct PrivateConstructorTag {}; struct
43 ResilientExecution(PrivateConstructorTag tag, Factory makeExecution,
DResilientBurst.h35 struct PrivateConstructorTag {}; struct
42 ResilientBurst(PrivateConstructorTag tag, Factory makeBurst, nn::SharedBurst burst);
DResilientPreparedModel.h35 struct PrivateConstructorTag {}; struct
43 explicit ResilientPreparedModel(PrivateConstructorTag tag, Factory makePreparedModel,
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DExecution.cpp49 return std::make_shared<const Execution>(PrivateConstructorTag{}, std::move(preparedModel), in create()
53 Execution::Execution(PrivateConstructorTag /*tag*/, in Execution() argument
DBurst.cpp39 return std::make_shared<const Burst>(PrivateConstructorTag{}, std::move(preparedModel)); in create()
42 Burst::Burst(PrivateConstructorTag /*tag*/, nn::SharedPreparedModel preparedModel) in Burst() argument
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBuffer.cpp44 return std::make_shared<const Buffer>(PrivateConstructorTag{}, std::move(buffer), token); in create()
47 Buffer::Buffer(PrivateConstructorTag /*tag*/, std::shared_ptr<aidl_hal::IBuffer> buffer, in Buffer() argument
DExecution.cpp46 return std::make_shared<const Execution>(PrivateConstructorTag{}, std::move(preparedModel), in create()
51 Execution::Execution(PrivateConstructorTag /*tag*/, in Execution() argument
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DBuffer.cpp50 return std::make_shared<const Buffer>(PrivateConstructorTag{}, std::move(buffer), token); in create()
53 Buffer::Buffer(PrivateConstructorTag /*tag*/, sp<V1_3::IBuffer> buffer, in Buffer() argument
DExecution.cpp51 return std::make_shared<const Execution>(PrivateConstructorTag{}, std::move(preparedModel), in create()
56 Execution::Execution(PrivateConstructorTag /*tag*/, in Execution() argument
/hardware/interfaces/neuralnetworks/1.1/utils/include/nnapi/hal/1.1/
DDevice.h42 struct PrivateConstructorTag {}; struct
48 Device(PrivateConstructorTag tag, std::string name, nn::Capabilities capabilities,
/hardware/interfaces/neuralnetworks/utils/common/src/
DResilientBuffer.cpp70 return std::make_shared<const ResilientBuffer>(PrivateConstructorTag{}, std::move(makeBuffer), in create()
74 ResilientBuffer::ResilientBuffer(PrivateConstructorTag /*tag*/, Factory makeBuffer, in ResilientBuffer() argument

12