Home
last modified time | relevance | path

Searched refs:IExecution (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DIExecution.h49 class IExecution {
154 virtual ~IExecution() = default;
158 IExecution() = default;
159 IExecution(const IExecution&) = default;
160 IExecution(IExecution&&) noexcept = default;
161 IExecution& operator=(const IExecution&) = default;
162 IExecution& operator=(IExecution&&) noexcept = default;
H A DTypes.h49 class IExecution; variable
83 using SharedExecution = std::shared_ptr<const IExecution>;
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DResilientExecution.cpp91 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()
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DResilientExecution.h33 class ResilientExecution final : public nn::IExecution,
47 nn::GeneralResult<nn::SharedExecution> recover(const nn::IExecution* failingExecution) const;
H A DInvalidExecution.h29 class InvalidExecution final : public nn::IExecution {
/aosp12/hardware/interfaces/neuralnetworks/utils/common/test/
H A DMockExecution.h26 class MockExecution final : public IExecution {
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DDefaultExecution.h32 class DefaultExecution final : public IExecution {
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
H A DExecution.h38 class Execution final : public nn::IExecution, public std::enable_shared_from_this<Execution> {
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
H A DExecution.h36 class Execution final : public nn::IExecution, public std::enable_shared_from_this<Execution> {
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A DExecution.h36 class Execution final : public nn::IExecution, public std::enable_shared_from_this<Execution> {
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecution.h38 class Execution final : public nn::IExecution, public std::enable_shared_from_this<Execution> {
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A DTypes.t51 class IExecution;
76 using SharedExecution = std::shared_ptr<const IExecution>;
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBurst.cpp39 class BurstExecution final : public nn::IExecution,
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp54 class BurstExecution final : public nn::IExecution,