Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample/
DCanonicalPreparedModel.cpp78 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
88 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
100 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
261 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
/packages/modules/NeuralNetworks/common/types/src/
DSharedMemory.cpp86 MutableMemoryBuilder::MutableMemoryBuilder(uint32_t poolIndex) : mPoolIndex(poolIndex) {} in MutableMemoryBuilder()
110 ConstantMemoryBuilder::ConstantMemoryBuilder(uint32_t poolIndex) : mBuilder(poolIndex) {} in ConstantMemoryBuilder()
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidl.cpp361 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
371 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
382 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
577 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp245 uint32_t poolIndex = mMemories.add(memory); in setInputFromMemory() local
326 uint32_t poolIndex = mMemories.add(memory); in setOutputFromMemory() local
1430 uint32_t poolIndex = mMemories.add(memory); in setInputOrOutputFromMemory() local
1603 const uint32_t poolIndex = input.locationAndLength().poolIndex; in computeOnCpuFallback() local
1609 const uint32_t poolIndex = output.locationAndLength().poolIndex; in computeOnCpuFallback() local
DModelArgumentInfo.cpp80 const Operand& operand, const ANeuralNetworksOperandType* type, uint32_t poolIndex, in createFromMemory()
DExecutionBuilder.h153 std::optional<RunTimePoolInfo> getRunTimePoolInfo(uint32_t poolIndex) const { in getRunTimePoolInfo()
DModelBuilder.cpp309 uint32_t poolIndex = mMemories.add(mLargeValueMemory.get()); in copyLargeValuesToSharedMemory() local
/packages/modules/NeuralNetworks/common/
DHalBufferTracker.cpp60 ErrorStatus HalManagedBuffer::validateRequest(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_hidl/
DSampleDriver.cpp414 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local
423 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
735 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/common/types/include/nnapi/
DTypes.h414 uint32_t poolIndex = 0; member