Searched defs:computeFenced (Results 1 – 7 of 7) sorted by relevance
34 InvalidExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced() function in android::hardware::neuralnetworks::utils::InvalidExecution
112 ResilientExecution::computeFenced(const std::vector<nn::SyncFence>& waitFor, in computeFenced() function in android::hardware::neuralnetworks::utils::ResilientExecution
65 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in android::hardware::neuralnetworks::V1_0::utils::Execution
73 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in android::hardware::neuralnetworks::V1_3::utils::Execution
68 nn::GeneralResult<std::pair<nn::SyncFence, nn::ExecuteFencedInfoCallback>> Execution::computeFenced( in computeFenced() function in aidl::android::hardware::neuralnetworks::utils::Execution
317 BurstExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced() function in aidl::android::hardware::neuralnetworks::utils::BurstExecution
156 TEST(ResilientExecutionTest, computeFenced) { in TEST() argument