Searched defs:poolIndex (Results 1 – 14 of 14) sorted by relevance
33 MutableMemoryBuilder::MutableMemoryBuilder(uint32_t poolIndex) : mPoolIndex(poolIndex) {} in MutableMemoryBuilder()57 ConstantMemoryBuilder::ConstantMemoryBuilder(uint32_t poolIndex) : mBuilder(poolIndex) {} in ConstantMemoryBuilder()
60 ErrorStatus HalManagedBuffer::validateRequest(uint32_t poolIndex, const Request& request, in validateRequest()
60 uint32_t poolIndex, const Request& request, in validateRequest()
60 ErrorStatus ManagedBuffer::validateRequest(uint32_t poolIndex, const Request& request, in validateRequest()
636 auto poolIndex = from.location.poolIndex; in initializeRunTimeInfo() local691 auto poolIndex = from.location.poolIndex; in updateForArguments() local
86 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local95 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local106 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local259 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
425 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local434 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local445 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local746 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
94 auto poolIndex = from.location.poolIndex; in updateForArguments() local133 auto poolIndex = from.location.poolIndex; in initializeRunTimeInfo() local
352 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local362 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local373 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local568 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
80 const Operand& operand, const ANeuralNetworksOperandType* type, uint32_t poolIndex, in createFromMemory()
244 uint32_t poolIndex = mMemories.add(memory); in setInputFromMemory() local325 uint32_t poolIndex = mMemories.add(memory); in setOutputFromMemory() local1383 uint32_t poolIndex = mMemories.add(memory); in setInputOrOutputFromMemory() local1554 const uint32_t poolIndex = input.locationAndLength().poolIndex; in computeOnCpuFallback() local1560 const uint32_t poolIndex = output.locationAndLength().poolIndex; in computeOnCpuFallback() local
136 std::optional<RunTimePoolInfo> getRunTimePoolInfo(uint32_t poolIndex) const { in getRunTimePoolInfo()
304 uint32_t poolIndex = mMemories.add(mLargeValueMemory.get()); in copyLargeValuesToSharedMemory() local
402 uint32_t poolIndex = 0; member