Home
last modified time | relevance | path

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

123

/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/
DDataLocation.h32 int32_t poolIndex = 0; variable
/aosp_15_r20/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 DFormat22cs.java62 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat35c.java64 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat31c.java60 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat22c.java61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
H A DFormat21c.java61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
/aosp_15_r20/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
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBufferTracker.cpp59 uint32_t poolIndex, const Request& request, in validateRequest()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/operation_converters/
DSubGraphContext.cpp108 const Mapping& SubGraphContext::getMapping(uint32_t poolIndex) { in getMapping()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/neuralnetworks/1.0/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.0/
Dtypes.h1566 uint32_t poolIndex __attribute__ ((aligned(4))); member
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/1.0/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.0/
Dtypes.h1567 uint32_t poolIndex __attribute__ ((aligned(4))); member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/neuralnetworks/1.0/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.0/
Dtypes.h1566 uint32_t poolIndex __attribute__ ((aligned(4))); member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/neuralnetworks/1.0/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.0/
Dtypes.h1566 uint32_t poolIndex __attribute__ ((aligned(4))); member

123