Home
last modified time | relevance | path

Searched defs:computeFenced (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/
H A DInvalidExecution.cpp34 InvalidExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced() function in android::hardware::neuralnetworks::utils::InvalidExecution
H A DResilientExecution.cpp112 ResilientExecution::computeFenced(const std::vector<nn::SyncFence>& waitFor, in computeFenced() function in android::hardware::neuralnetworks::utils::ResilientExecution
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/
DDefaultExecution.h48 GeneralResult<std::pair<SyncFence, ExecuteFencedInfoCallback>> computeFenced( in computeFenced() function
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DExecution.cpp65 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in android::hardware::neuralnetworks::V1_0::utils::Execution
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecution.cpp66 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in android::hardware::neuralnetworks::V1_2::utils::Execution
H A DBurst.cpp463 BurstExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced() function in android::hardware::neuralnetworks::V1_2::utils::BurstExecution
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DExecution.cpp72 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in android::hardware::neuralnetworks::V1_3::utils::Execution
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DExecution.cpp70 ExecutionWithCachedRequest::computeFenced( in computeFenced() function in aidl::android::hardware::neuralnetworks::utils::ExecutionWithCachedRequest
H A DPreparedModel.cpp294 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in aidl::android::hardware::neuralnetworks::utils::Execution
H A DBurst.cpp346 BurstExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced() function in aidl::android::hardware::neuralnetworks::utils::BurstExecution
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp1011 int ExecutionBuilder::computeFenced(const std::vector<int>& waitFor, in computeFenced() function in android::nn::ExecutionBuilder
1537 std::tuple<int, int, ExecuteFencedInfoCallback> StepExecutor::computeFenced( in computeFenced() function in android::nn::StepExecutor
DManager.cpp789 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> DriverExecution::computeFenced( in computeFenced() function in android::nn::DriverExecution
1243 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> CpuExecution::computeFenced( in computeFenced() function in android::nn::CpuExecution
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/test/
H A DResilientExecution.cpp156 TEST(ResilientExecutionTest, computeFenced) { in TEST() argument