/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | ExecutionBurstUtils.h | 112 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,
|
D | Execution.h | 39 struct PrivateConstructorTag {}; struct 46 Execution(PrivateConstructorTag tag, std::shared_ptr<const PreparedModel> preparedModel,
|
D | ExecutionBurstController.h | 59 struct PrivateConstructorTag {}; struct 82 struct PrivateConstructorTag {}; struct 162 ExecutionBurstController(PrivateConstructorTag tag, nn::SharedPreparedModel preparedModel,
|
D | PreparedModel.h | 41 struct PrivateConstructorTag {}; struct 47 PreparedModel(PrivateConstructorTag tag, bool executeSynchronously,
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | Buffer.h | 34 struct PrivateConstructorTag {}; struct 40 Buffer(PrivateConstructorTag tag, std::shared_ptr<aidl_hal::IBuffer> buffer,
|
D | Execution.h | 37 struct PrivateConstructorTag {}; struct 44 Execution(PrivateConstructorTag tag, std::shared_ptr<const PreparedModel> preparedModel,
|
D | PreparedModel.h | 40 struct PrivateConstructorTag {}; struct 46 PreparedModel(PrivateConstructorTag tag,
|
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/ |
D | Buffer.h | 34 struct PrivateConstructorTag {}; struct 40 Buffer(PrivateConstructorTag tag, sp<V1_3::IBuffer> buffer,
|
D | Execution.h | 37 struct PrivateConstructorTag {}; struct 45 Execution(PrivateConstructorTag tag, std::shared_ptr<const PreparedModel> preparedModel,
|
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/ |
D | Burst.h | 36 struct PrivateConstructorTag {}; struct 42 Burst(PrivateConstructorTag tag, nn::SharedPreparedModel preparedModel);
|
D | Execution.h | 39 struct PrivateConstructorTag {}; struct 46 Execution(PrivateConstructorTag tag, std::shared_ptr<const PreparedModel> preparedModel,
|
D | PreparedModel.h | 40 struct PrivateConstructorTag {}; struct 46 PreparedModel(PrivateConstructorTag tag, sp<V1_0::IPreparedModel> preparedModel,
|
D | Device.h | 42 struct PrivateConstructorTag {}; struct 48 Device(PrivateConstructorTag tag, std::string name, nn::Capabilities capabilities,
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | ResilientBuffer.h | 34 struct PrivateConstructorTag {}; struct 41 explicit ResilientBuffer(PrivateConstructorTag tag, Factory makeBuffer,
|
D | ResilientExecution.h | 35 struct PrivateConstructorTag {}; struct 43 ResilientExecution(PrivateConstructorTag tag, Factory makeExecution,
|
D | ResilientBurst.h | 35 struct PrivateConstructorTag {}; struct 42 ResilientBurst(PrivateConstructorTag tag, Factory makeBurst, nn::SharedBurst burst);
|
D | ResilientPreparedModel.h | 35 struct PrivateConstructorTag {}; struct 43 explicit ResilientPreparedModel(PrivateConstructorTag tag, Factory makePreparedModel,
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Execution.cpp | 49 return std::make_shared<const Execution>(PrivateConstructorTag{}, std::move(preparedModel), in create() 53 Execution::Execution(PrivateConstructorTag /*tag*/, in Execution() argument
|
D | Burst.cpp | 39 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/ |
D | Buffer.cpp | 44 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
|
D | Execution.cpp | 46 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/ |
D | Buffer.cpp | 50 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
|
D | Execution.cpp | 51 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/ |
D | Device.h | 42 struct PrivateConstructorTag {}; struct 48 Device(PrivateConstructorTag tag, std::string name, nn::Capabilities capabilities,
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | ResilientBuffer.cpp | 70 return std::make_shared<const ResilientBuffer>(PrivateConstructorTag{}, std::move(makeBuffer), in create() 74 ResilientBuffer::ResilientBuffer(PrivateConstructorTag /*tag*/, Factory makeBuffer, in ResilientBuffer() argument
|