Home
last modified time | relevance | path

Searched refs:locationAndLength (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DModelArgumentInfo.h91 const DataLocation& locationAndLength() const { in locationAndLength() function
95 DataLocation& locationAndLength() { in locationAndLength() function
DExecutionBuilder.cpp1071 const RuntimeMemory* memory = mMemories[p.locationAndLength().poolIndex]; in compute()
1191 const RuntimeMemory* memory = mMemories[output.locationAndLength().poolIndex]; in updateMemories()
1206 const RuntimeMemory* memory = mMemories[output.locationAndLength().poolIndex]; in finishComputation()
1413 const uint32_t builderPoolIndex = builderInputOrOutput.locationAndLength().poolIndex; in mapInputOrOutput()
1416 executorInputOrOutput->locationAndLength().poolIndex = executorPoolIndex; in mapInputOrOutput()
1469 << "pool=" << arg.locationAndLength().poolIndex << ", " in logArguments()
1470 << "off=" << arg.locationAndLength().offset << ") dim" in logArguments()
1603 const uint32_t poolIndex = input.locationAndLength().poolIndex; in computeOnCpuFallback()
1609 const uint32_t poolIndex = output.locationAndLength().poolIndex; in computeOnCpuFallback()
DExecutionPlan.cpp1494 executionBuilder->getRunTimePoolInfo(info.locationAndLength().poolIndex)) { in getBufferFromModelArgumentInfo()
1495 return Buffer(*poolInfo, info.locationAndLength().offset); in getBufferFromModelArgumentInfo()