Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelArgumentInfo.h78 return mLocationAndLength.length; in length()
83 return mLocationAndLength; in locationAndLength()
87 return mLocationAndLength; in locationAndLength()
104 hal::DataLocation mLocationAndLength; // can be updated after creation variable
DModelArgumentInfo.cpp67 ret.mLocationAndLength = {.poolIndex = 0, .offset = 0, .length = length}; in createFromPointer()
90 ret.mLocationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length}; in createFromMemory()