Home
last modified time | relevance | path

Searched refs:BurstExecution (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBurst.cpp39 class BurstExecution final : public nn::IExecution, class
40 public std::enable_shared_from_this<BurstExecution> {
44 static nn::GeneralResult<std::shared_ptr<const BurstExecution>> create(
50 BurstExecution(PrivateConstructorTag tag, std::shared_ptr<const Burst> burst, Request request,
276 return BurstExecution::create(shared_from_this(), std::move(aidlRequest), in createReusableExecution()
281 nn::GeneralResult<std::shared_ptr<const BurstExecution>> BurstExecution::create( in create()
290 return std::make_shared<const BurstExecution>( in create()
296 BurstExecution::BurstExecution(PrivateConstructorTag /*tag*/, std::shared_ptr<const Burst> burst, in BurstExecution() function in aidl::android::hardware::neuralnetworks::utils::BurstExecution
309 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> BurstExecution::compute( in compute()
317 BurstExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp54 class BurstExecution final : public nn::IExecution, class
55 public std::enable_shared_from_this<BurstExecution> {
59 static nn::GeneralResult<std::shared_ptr<const BurstExecution>> create(
64 BurstExecution(PrivateConstructorTag tag,
397 return BurstExecution::create(shared_from_this(), std::move(requestPacket), in createReusableExecution()
439 nn::GeneralResult<std::shared_ptr<const BurstExecution>> BurstExecution::create( in create()
447 return std::make_shared<const BurstExecution>(PrivateConstructorTag{}, std::move(controller), in create()
452 BurstExecution::BurstExecution(PrivateConstructorTag /*tag*/, in BurstExecution() function in android::hardware::neuralnetworks::V1_2::utils::BurstExecution
462 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> BurstExecution::compute( in compute()
468 BurstExecution::computeFenced(const std::vector<nn::SyncFence>& /*waitFor*/, in computeFenced()