Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DSharedMemory.cpp33 MutableMemoryBuilder::MutableMemoryBuilder(uint32_t poolIndex) : mPoolIndex(poolIndex) {} in MutableMemoryBuilder()
57 ConstantMemoryBuilder::ConstantMemoryBuilder(uint32_t poolIndex) : mBuilder(poolIndex) {} in ConstantMemoryBuilder()
H A DAidlBufferTracker.cpp60 uint32_t poolIndex, const Request& request, in validateRequest()
H A DHalBufferTracker.cpp60 ErrorStatus HalManagedBuffer::validateRequest(uint32_t poolIndex, const Request& request, in validateRequest()
H A DBufferTracker.cpp60 ErrorStatus ManagedBuffer::validateRequest(uint32_t poolIndex, const Request& request, in validateRequest()
H A DCpuExecutor.cpp636 auto poolIndex = from.location.poolIndex; in initializeRunTimeInfo() local
691 auto poolIndex = from.location.poolIndex; in updateForArguments() local
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A 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
H A 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
H A DSampleDriverFloatXNNPACK.cpp94 auto poolIndex = from.location.poolIndex; in updateForArguments() local
133 auto poolIndex = from.location.poolIndex; in initializeRunTimeInfo() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DNewInstanceChanger.java147 ContainsPoolIndex poolIndex = ((ContainsPoolIndex)newInstanceInsn.insn.info.format); in applyMutation() local
181 ContainsPoolIndex poolIndex =((ContainsPoolIndex)insn.insn.info.format); in changeInvokeDirect() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DContainsPoolIndex.java38 public void setPoolIndex(Instruction insn, int poolIndex); in setPoolIndex()
H A DFormat3rc.java57 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat21c.java61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat22c.java61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat22cs.java62 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat31c.java60 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat35c.java64 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A 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
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelArgumentInfo.cpp80 const Operand& operand, const ANeuralNetworksOperandType* type, uint32_t poolIndex, in createFromMemory()
H A 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
H A DExecutionBuilder.h136 std::optional<RunTimePoolInfo> getRunTimePoolInfo(uint32_t poolIndex) const { in getRunTimePoolInfo()
H A DModelBuilder.cpp304 uint32_t poolIndex = mMemories.add(mLargeValueMemory.get()); in copyLargeValuesToSharedMemory() local
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h402 uint32_t poolIndex = 0; member
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java249 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this); in toString() local
280 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this); in toString() local