Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DDefaultExecution.h48 GeneralResult<std::pair<SyncFence, ExecuteFencedInfoCallback>> computeFenced( in computeFenced() function
/aosp12/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
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecution.cpp67 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in android::hardware::neuralnetworks::V1_2::utils::Execution
H A DExecutionBurstController.cpp468 BurstExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced() function in android::hardware::neuralnetworks::V1_2::utils::BurstExecution
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DExecution.cpp73 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in android::hardware::neuralnetworks::V1_3::utils::Execution
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DExecution.cpp68 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in aidl::android::hardware::neuralnetworks::utils::Execution
H A DBurst.cpp317 BurstExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced() function in aidl::android::hardware::neuralnetworks::utils::BurstExecution
/aosp12/hardware/interfaces/neuralnetworks/utils/common/test/
H A DResilientExecution.cpp156 TEST(ResilientExecutionTest, computeFenced) { in TEST() argument
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.cpp972 int ExecutionBuilder::computeFenced(const std::vector<int>& waitFor, in computeFenced() function in android::nn::ExecutionBuilder
1489 std::tuple<int, int, ExecuteFencedInfoCallback> StepExecutor::computeFenced( in computeFenced() function in android::nn::StepExecutor
H A DManager.cpp723 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> DriverExecution::computeFenced( in computeFenced() function in android::nn::DriverExecution
1191 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> CpuExecution::computeFenced( in computeFenced() function in android::nn::CpuExecution