Searched refs:locationAndLength (Results 1 – 4 of 4) sorted by relevance
81 const hal::DataLocation& locationAndLength() const { in locationAndLength() function85 hal::DataLocation& locationAndLength() { in locationAndLength() function
808 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()
123 .location = info.locationAndLength(), in createRequestArguments()
1029 executionBuilder->getRunTimePoolInfo(info.locationAndLength().poolIndex)) { in getBufferFromModelArgumentInfo()1030 return Buffer(*poolInfo, info.locationAndLength().offset); in getBufferFromModelArgumentInfo()