Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp106 locationAndLength = {.poolIndex = 0, .offset = 0, .length = length}; in setFromPointer()
123 locationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length}; in setFromMemory()
141 locationAndLength = { in setFromTemporaryMemory()
681 DataLocation& loc = info.locationAndLength; in allocatePointerArgumentsToPool()
710 .location = info.locationAndLength, in setRequestArgumentArray()
746 const uint32_t builderPoolIndex = builderInputOrOutput.locationAndLength.poolIndex; in mapInputOrOutput()
749 executorInputOrOutput->locationAndLength.poolIndex = executorPoolIndex; in mapInputOrOutput()
778 << "pool=" << arg.locationAndLength.poolIndex << ", " in logArguments()
779 << "off=" << arg.locationAndLength.offset << ")"; in logArguments()
866 DataLocation& loc = info.locationAndLength; in startComputeOnDevice()
[all …]
DExecutionBuilder.h59 DataLocation locationAndLength; member