Home
last modified time | relevance | path

Searched refs:endData (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/common/operations/
DStridedSlice.cpp32 const int32_t* beginData, const int32_t* endData, in stridedSliceGeneric() argument
47 stops.emplace_back(endData[idx]); in stridedSliceGeneric()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp119 PathData* endData = reinterpret_cast<PathData*>(endValuePtr); in createPathDataPropertyHolder() local
121 startData, endData); in createPathDataPropertyHolder()
/frameworks/ml/nn/common/include/
DOperations.h118 const int32_t* beginData, const int32_t* endData,
DOperationsUtils.h359 const int32_t* endData, const Shape& endShape,
/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java416 public void endData() { in endData() method in TestEventHandler
/frameworks/ml/nn/common/
DOperationsUtils.cpp773 const int32_t* endData, const Shape& endShape, in stridedSlicePrepare() argument
807 : ClampedIndex(endData[idx], dim, positiveStride); in stridedSlicePrepare()