Home
last modified time | relevance | path

Searched refs:locationAndLength (Results 1 – 3 of 3) 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.cpp810 const Memory* memory = mMemories[p.locationAndLength().poolIndex]; in compute()
921 const Memory* memory = mMemories[output.locationAndLength().poolIndex]; in updateMemories()
938 const Memory* memory = mMemories[output.locationAndLength().poolIndex]; in finishWithoutSyncFence()
1013 const uint32_t builderPoolIndex = builderInputOrOutput.locationAndLength().poolIndex; in mapInputOrOutput()
1016 executorInputOrOutput->locationAndLength().poolIndex = executorPoolIndex; in mapInputOrOutput()
1049 << "pool=" << arg.locationAndLength().poolIndex << ", " in logArguments()
1050 << "off=" << arg.locationAndLength().offset << ")"; in logArguments()
1155 const uint32_t poolIndex = input.locationAndLength().poolIndex; in computeOnCpuFallback()
1161 const uint32_t poolIndex = output.locationAndLength().poolIndex; in computeOnCpuFallback()
DModelArgumentInfo.cpp123 .location = info.locationAndLength(), in createRequestArguments()