Home
last modified time | relevance | path

Searched defs:executeInternal (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DPreparedModel.cpp77 PreparedModel::executeInternal(const V1_0::Request& request, in executeInternal() function in android::hardware::neuralnetworks::V1_0::utils::PreparedModel
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DPreparedModel.cpp110 PreparedModel::executeInternal(const V1_0::Request& request, MeasureTiming measure, in executeInternal() function in android::hardware::neuralnetworks::V1_2::utils::PreparedModel
H A DExecutionBurstController.cpp402 ExecutionBurstController::executeInternal(const std::vector<FmqRequestDatum>& requestPacket, in executeInternal() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstController
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGenerated.cpp242 void GeneratedTests::executeInternal(const Compilation& compilation, const TestModel& testModel, in executeInternal() function in android::nn::generated_tests::GeneratedTests
386 auto executeInternal = [&testModel, &model, this]() { in execute() local
H A DSupportLibraryTestGenerated.cpp482 auto executeInternal = [&testModel, &model, this]() { in execute() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DPreparedModel.cpp96 PreparedModel::executeInternal(const Request& request, bool measure, int64_t deadline, in executeInternal() function in aidl::android::hardware::neuralnetworks::utils::PreparedModel
H A DBurst.cpp211 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> Burst::executeInternal( in executeInternal() function in aidl::android::hardware::neuralnetworks::utils::Burst
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClientImpl.java401 private void executeInternal(ApiCaller apiCaller) { in executeInternal() method in QuickAccessWalletClientImpl
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DPreparedModel.cpp160 PreparedModel::executeInternal(const Request& request, V1_2::MeasureTiming measure, in executeInternal() function in android::hardware::neuralnetworks::V1_3::utils::PreparedModel
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java1269 private void executeInternal(Runnable task) { in executeInternal() method in SipService.MyExecutor