Home
last modified time | relevance | path

Searched defs:poolIndex (Results 1 – 14 of 14) sorted by relevance

/packages/modules/NeuralNetworks/common/
DSharedMemory.cpp33 MutableMemoryBuilder::MutableMemoryBuilder(uint32_t poolIndex) : mPoolIndex(poolIndex) {} in MutableMemoryBuilder()
57 ConstantMemoryBuilder::ConstantMemoryBuilder(uint32_t poolIndex) : mBuilder(poolIndex) {} in ConstantMemoryBuilder()
DHalBufferTracker.cpp60 ErrorStatus HalManagedBuffer::validateRequest(uint32_t poolIndex, const Request& request, in validateRequest()
DAidlBufferTracker.cpp60 uint32_t poolIndex, const Request& request, in validateRequest()
DBufferTracker.cpp60 ErrorStatus ManagedBuffer::validateRequest(uint32_t poolIndex, const Request& request, in validateRequest()
DCpuExecutor.cpp636 auto poolIndex = from.location.poolIndex; in initializeRunTimeInfo() local
691 auto poolIndex = from.location.poolIndex; in updateForArguments() local
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalPreparedModel.cpp86 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
95 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
106 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
259 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
DSampleDriver.cpp425 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
434 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
445 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
746 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
DSampleDriverFloatXNNPACK.cpp94 auto poolIndex = from.location.poolIndex; in updateForArguments() local
133 auto poolIndex = from.location.poolIndex; in initializeRunTimeInfo() local
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriver.cpp352 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
362 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
373 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
568 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
/packages/modules/NeuralNetworks/runtime/
DModelArgumentInfo.cpp80 const Operand& operand, const ANeuralNetworksOperandType* type, uint32_t poolIndex, in createFromMemory()
DExecutionBuilder.cpp244 uint32_t poolIndex = mMemories.add(memory); in setInputFromMemory() local
325 uint32_t poolIndex = mMemories.add(memory); in setOutputFromMemory() local
1383 uint32_t poolIndex = mMemories.add(memory); in setInputOrOutputFromMemory() local
1554 const uint32_t poolIndex = input.locationAndLength().poolIndex; in computeOnCpuFallback() local
1560 const uint32_t poolIndex = output.locationAndLength().poolIndex; in computeOnCpuFallback() local
DExecutionBuilder.h136 std::optional<RunTimePoolInfo> getRunTimePoolInfo(uint32_t poolIndex) const { in getRunTimePoolInfo()
DModelBuilder.cpp304 uint32_t poolIndex = mMemories.add(mLargeValueMemory.get()); in copyLargeValuesToSharedMemory() local
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypes.h402 uint32_t poolIndex = 0; member