Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelArgumentInfo.h81 const hal::DataLocation& locationAndLength() const { in locationAndLength() function
85 hal::DataLocation& locationAndLength() { in locationAndLength() function
DExecutionBuilder.cpp808 const Memory* memory = mMemories[p.locationAndLength().poolIndex]; in compute()
919 const Memory* memory = mMemories[output.locationAndLength().poolIndex]; in updateMemories()
936 const Memory* memory = mMemories[output.locationAndLength().poolIndex]; in finishWithoutSyncFence()
1011 const uint32_t builderPoolIndex = builderInputOrOutput.locationAndLength().poolIndex; in mapInputOrOutput()
1014 executorInputOrOutput->locationAndLength().poolIndex = executorPoolIndex; in mapInputOrOutput()
1047 << "pool=" << arg.locationAndLength().poolIndex << ", " in logArguments()
1048 << "off=" << arg.locationAndLength().offset << ")"; in logArguments()
1153 const uint32_t poolIndex = input.locationAndLength().poolIndex; in computeOnCpuFallback()
1159 const uint32_t poolIndex = output.locationAndLength().poolIndex; in computeOnCpuFallback()
DModelArgumentInfo.cpp123 .location = info.locationAndLength(), in createRequestArguments()
DExecutionPlan.cpp1029 executionBuilder->getRunTimePoolInfo(info.locationAndLength().poolIndex)) { in getBufferFromModelArgumentInfo()
1030 return Buffer(*poolInfo, info.locationAndLength().offset); in getBufferFromModelArgumentInfo()