/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | SharedMemory.cpp | 33 MutableMemoryBuilder::MutableMemoryBuilder(uint32_t poolIndex) : mPoolIndex(poolIndex) {} in MutableMemoryBuilder() 57 ConstantMemoryBuilder::ConstantMemoryBuilder(uint32_t poolIndex) : mBuilder(poolIndex) {} in ConstantMemoryBuilder()
|
H A D | AidlBufferTracker.cpp | 60 uint32_t poolIndex, const Request& request, in validateRequest()
|
H A D | HalBufferTracker.cpp | 60 ErrorStatus HalManagedBuffer::validateRequest(uint32_t poolIndex, const Request& request, in validateRequest()
|
H A D | BufferTracker.cpp | 60 ErrorStatus ManagedBuffer::validateRequest(uint32_t poolIndex, const Request& request, in validateRequest()
|
H A D | CpuExecutor.cpp | 636 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 D | CanonicalPreparedModel.cpp | 86 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 D | SampleDriver.cpp | 425 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 D | SampleDriverFloatXNNPACK.cpp | 94 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 D | NewInstanceChanger.java | 147 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 D | ContainsPoolIndex.java | 38 public void setPoolIndex(Instruction insn, int poolIndex); in setPoolIndex()
|
H A D | Format3rc.java | 57 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
|
H A D | Format21c.java | 61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
|
H A D | Format22c.java | 61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
|
H A D | Format22cs.java | 62 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
|
H A D | Format31c.java | 60 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
|
H A D | Format35c.java | 64 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
|
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/ |
H A D | SampleDriver.cpp | 352 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 D | ModelArgumentInfo.cpp | 80 const Operand& operand, const ANeuralNetworksOperandType* type, uint32_t poolIndex, in createFromMemory()
|
H A D | ExecutionBuilder.cpp | 244 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 D | ExecutionBuilder.h | 136 std::optional<RunTimePoolInfo> getRunTimePoolInfo(uint32_t poolIndex) const { in getRunTimePoolInfo()
|
H A D | ModelBuilder.cpp | 304 uint32_t poolIndex = mMemories.add(mLargeValueMemory.get()); in copyLargeValuesToSharedMemory() local
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | Types.h | 402 uint32_t poolIndex = 0; member
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Instruction.java | 249 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this); in toString() local 280 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this); in toString() local
|