Searched refs:burst (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateRequest.cpp | 98 std::shared_ptr<::android::nn::ExecutionBurstController> burst = in validate() local 101 ASSERT_NE(nullptr, burst.get()); in validate() 110 const auto [n, outputShapes, timing, fallback] = burst->compute(request, measure, keys); in validate() 120 burst->freeMemory(keys.front()); in validate() 123 burst->freeMemory(intptr_t{}); in validate() 126 burst->freeMemory(keys.front()); in validate()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateRequest.cpp | 106 std::shared_ptr<::android::nn::ExecutionBurstController> burst = in validate() local 109 ASSERT_NE(nullptr, burst.get()); in validate() 118 const auto [n, outputShapes, timing, fallback] = burst->compute(request10, measure, keys); in validate() 128 burst->freeMemory(keys.front()); in validate() 131 burst->freeMemory(intptr_t{}); in validate() 134 burst->freeMemory(keys.front()); in validate()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IBurstContext.hal | 20 * Context object to manage the resources of a burst. 27 * The slot ids are unique to the burst object.
|
D | IBurstCallback.hal | 28 * unique to the burst object.
|
D | IPreparedModel.hal | 198 * @return status Error status of configuring the execution burst, must be: 199 * - NONE if the burst is successfully configured
|
/hardware/interfaces/wifi/1.4/ |
D | types.hal | 294 * Applies to 1-sided and 2-sided RTT multi-burst requests. 314 * Num of frames per burst. 317 * to be attempted in a single burst. This also 353 * the FTM parameter burst duration. In a multi-burst 355 * the initiator will return failure. In a single-burst 471 * Burst number in a multi-burst request. 486 * Maximum number of "FTM frames per burst" supported by 489 * - for single-burst request initiator will truncate the 492 * - for multi-burst request, initiator will return 573 * in ms, actual time taken by the FW to finish one burst
|
/hardware/interfaces/vibrator/1.2/ |
D | types.hal | 34 * A short, quick burst effect.
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 1725 * Applies to 1-sided and 2-sided RTT multi-burst requests. 1743 * Num of frames per burst. 1746 * to be attempted in a single burst. This also 1775 * the FTM parameter burst duration. In a multi-burst 1777 * the initiator will return failure. In a single-burst 1802 * Burst number in a multi-burst request. 1814 * Maximum number of "FTM frames per burst" supported by 1817 * - for single-burst request initiator will truncate the 1820 * - for multi-burst request, initiator will return 1886 * in ms, actual time taken by the FW to finish one burst
|