/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | Execution.h | 41 : public nn::IExecution, 71 class Execution final : public nn::IExecution, public std::enable_shared_from_this<Execution> { 76 std::shared_ptr<aidl_hal::IExecution> execution, 79 Execution(PrivateConstructorTag tag, std::shared_ptr<aidl_hal::IExecution> execution, 90 const std::shared_ptr<aidl_hal::IExecution> kExecution;
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | ResilientExecution.cpp | 91 const nn::IExecution* failingExecution) const { in recover() 105 const auto fn = [&deadline](const nn::IExecution& execution) { in compute() 116 &timeoutDurationAfterFence](const nn::IExecution& execution) { in computeFenced()
|
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
D | IPreparedModel.aidl | 25 import android.hardware.neuralnetworks.IExecution; 224 IExecution createReusableExecution(in Request request, in ExecutionConfig config); in createReusableExecution()
|
D | IExecution.aidl | 44 interface IExecution { interface
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | ResilientExecution.h | 33 class ResilientExecution final : public nn::IExecution, 47 nn::GeneralResult<nn::SharedExecution> recover(const nn::IExecution* failingExecution) const;
|
D | InvalidExecution.h | 29 class InvalidExecution final : public nn::IExecution {
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/ |
D | IExecution.aidl | 36 interface IExecution { interface
|
D | IPreparedModel.aidl | 40 …android.hardware.neuralnetworks.IExecution createReusableExecution(in android.hardware.neuralnetwo… in createReusableExecution()
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
D | IExecution.aidl | 36 interface IExecution { interface
|
D | IPreparedModel.aidl | 40 …android.hardware.neuralnetworks.IExecution createReusableExecution(in android.hardware.neuralnetwo… in createReusableExecution()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Execution.cpp | 82 std::shared_ptr<aidl_hal::IExecution> execution, hal::utils::RequestRelocation relocation) { in create() 91 Execution::Execution(PrivateConstructorTag /*tag*/, std::shared_ptr<aidl_hal::IExecution> execution, in Execution()
|
D | PreparedModel.cpp | 250 std::shared_ptr<IExecution> execution; in createReusableExecution()
|
D | Burst.cpp | 38 class BurstExecution final : public nn::IExecution,
|
/hardware/interfaces/neuralnetworks/utils/common/test/ |
D | MockExecution.h | 26 class MockExecution final : public IExecution {
|
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/ |
D | Execution.h | 38 class Execution final : public nn::IExecution, public std::enable_shared_from_this<Execution> {
|
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | Execution.h | 38 class Execution final : public nn::IExecution, public std::enable_shared_from_this<Execution> {
|
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/ |
D | Execution.h | 36 class Execution final : public nn::IExecution, public std::enable_shared_from_this<Execution> {
|
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/include/nnapi/hal/aidl/ |
D | PreparedModel.h | 56 std::shared_ptr<IExecution>* execution) override;
|
/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
D | MockPreparedModel.h | 54 std::shared_ptr<IExecution>* execution),
|
D | ExecutionTest.cpp | 40 const std::shared_ptr<IExecution> kInvalidExecution;
|
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/ |
D | PreparedModel.cpp | 194 nn::ExecutionResult<ExecutionResult> executeSynchronously(const nn::IExecution& execution, in executeSynchronously() 215 const nn::IExecution& execution, const std::vector<ndk::ScopedFileDescriptor>& waitFor, in executeFenced() 326 std::shared_ptr<IExecution>* execution) { in createReusableExecution()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | ValidateRequest.cpp | 44 std::shared_ptr<IExecution> execution; in validateReusableExecution()
|
D | GeneratedTestHarness.cpp | 608 std::shared_ptr<IExecution> execution; in EvaluatePreparedModel()
|
D | MemoryDomainTests.cpp | 224 std::shared_ptr<aidl_hal::IExecution>*) override { in createReusableExecution() argument
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | Burst.cpp | 52 class BurstExecution final : public nn::IExecution,
|