Searched defs:poolIndex (Results 1 – 13 of 13) sorted by relevance
78 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local88 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local100 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local261 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
86 MutableMemoryBuilder::MutableMemoryBuilder(uint32_t poolIndex) : mPoolIndex(poolIndex) {} in MutableMemoryBuilder()110 ConstantMemoryBuilder::ConstantMemoryBuilder(uint32_t poolIndex) : mBuilder(poolIndex) {} in ConstantMemoryBuilder()
361 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local371 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local382 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local577 const uint32_t poolIndex = output.location.poolIndex; in executeFenced() local
245 uint32_t poolIndex = mMemories.add(memory); in setInputFromMemory() local326 uint32_t poolIndex = mMemories.add(memory); in setOutputFromMemory() local1430 uint32_t poolIndex = mMemories.add(memory); in setInputOrOutputFromMemory() local1603 const uint32_t poolIndex = input.locationAndLength().poolIndex; in computeOnCpuFallback() local1609 const uint32_t poolIndex = output.locationAndLength().poolIndex; in computeOnCpuFallback() local
80 const Operand& operand, const ANeuralNetworksOperandType* type, uint32_t poolIndex, in createFromMemory()
153 std::optional<RunTimePoolInfo> getRunTimePoolInfo(uint32_t poolIndex) const { in getRunTimePoolInfo()
309 uint32_t poolIndex = mMemories.add(mLargeValueMemory.get()); in copyLargeValuesToSharedMemory() local
60 ErrorStatus HalManagedBuffer::validateRequest(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
414 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local423 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local434 const uint32_t poolIndex = request.outputs[i].location.poolIndex; in updateDeviceMemories() local735 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
414 uint32_t poolIndex = 0; member