Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp60 locationAndLength = {.poolIndex = 0, .offset = 0, .length = length}; in setFromPointer()
78 locationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length}; in setFromMemory()
90 locationAndLength = in setFromTemporaryMemory()
424 DataLocation& loc = info.locationAndLength; in allocatePointerArgumentsToPool()
452 .location = info.locationAndLength, in setRequestArgumentArray()
482 builderInputOrOutput.locationAndLength.poolIndex; in mapInputOrOutput()
485 executorInputOrOutput->locationAndLength.poolIndex = in mapInputOrOutput()
513 << "pool=" << arg.locationAndLength.poolIndex in logArguments()
515 << "off=" << arg.locationAndLength.offset in logArguments()
601 DataLocation& loc = info.locationAndLength; in startComputeOnDevice()
[all …]
DExecutionBuilder.h54 DataLocation locationAndLength; member