Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h68 uint32_t getSizeOfDimension(const Shape& shape, uint32_t dimensionIdx);
/frameworks/ml/nn/common/
DOperationsUtils.cpp60 uint32_t getSizeOfDimension(const Shape& shape, uint32_t dimensionIdx) { in getSizeOfDimension() argument
61 if (dimensionIdx >= shape.dimensions.size()) { in getSizeOfDimension()
65 return shape.dimensions[dimensionIdx]; in getSizeOfDimension()