Searched refs:Burst (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Burst.cpp | 32 nn::GeneralResult<std::shared_ptr<const Burst>> Burst::create( in create() 39 return std::make_shared<const Burst>(PrivateConstructorTag{}, std::move(preparedModel)); in create() 42 Burst::Burst(PrivateConstructorTag /*tag*/, nn::SharedPreparedModel preparedModel) in Burst() function in android::hardware::neuralnetworks::V1_0::utils::Burst 47 Burst::OptionalCacheHold Burst::cacheMemory(const nn::SharedMemory& /*memory*/) const { in cacheMemory() 51 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> Burst::execute( in execute() 58 nn::GeneralResult<nn::SharedExecution> Burst::createReusableExecution( in createReusableExecution()
|
D | PreparedModel.cpp | 123 return Burst::create(shared_from_this()); in configureExecutionBurst()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Burst.cpp | 45 std::shared_ptr<const Burst> burst, Request request, 48 std::vector<Burst::OptionalCacheHold> cacheHolds); 50 BurstExecution(PrivateConstructorTag tag, std::shared_ptr<const Burst> burst, Request request, 53 std::vector<Burst::OptionalCacheHold> cacheHolds); 63 const std::shared_ptr<const Burst> kBurst; 69 const std::vector<Burst::OptionalCacheHold> kCacheHolds; 79 Burst::MemoryCache::MemoryCache(std::shared_ptr<aidl_hal::IBurst> burst) in MemoryCache() 82 std::pair<int64_t, Burst::MemoryCache::SharedCleanup> Burst::MemoryCache::getOrCacheMemory( in getOrCacheMemory() 118 std::optional<std::pair<int64_t, Burst::MemoryCache::SharedCleanup>> 119 Burst::MemoryCache::getMemoryIfAvailable(const nn::SharedMemory& memory) { in getMemoryIfAvailable() [all …]
|
D | PreparedModel.cpp | 216 return Burst::create(std::move(burst)); in configureExecutionBurst()
|
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/ |
D | Burst.h | 35 class Burst final : public nn::IBurst { 39 static nn::GeneralResult<std::shared_ptr<const Burst>> create( 42 Burst(PrivateConstructorTag tag, nn::SharedPreparedModel preparedModel);
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | Burst.h | 41 class Burst final : public nn::IBurst, public std::enable_shared_from_this<Burst> { 89 static nn::GeneralResult<std::shared_ptr<const Burst>> create( 92 Burst(PrivateConstructorTag tag, std::shared_ptr<aidl_hal::IBurst> burst);
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IBurstCallback.hal | 30 * @param slots Values uniquely identifying memory regions within a Burst.
|
D | IPreparedModel.hal | 149 * Configure a Burst object used to execute multiple inferences on a 154 * is sent to the Burst for execution, and at execution time every 162 * to the Burst for execution. The client must not 205 * hidl_memory) related to a Burst if successful, otherwise
|
/hardware/interfaces/wifi/1.4/ |
D | types.hal | 302 * Burst Exponent" found in the FTM frame format. It 471 * Burst number in a multi-burst request.
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 1732 * Burst Exponent" found in the FTM frame format. It 1802 * Burst number in a multi-burst request.
|