Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DIndexedShapeWrapper.cpp75 uint32_t currentDimSize = shape->dimensions[shape->dimensions.size() - i]; in broadcastedIndexToFlatIndex() local
76 NN_CHECK(currentIndex < currentDimSize || currentDimSize == 1); in broadcastedIndexToFlatIndex()
77 if (currentDimSize != 1) { in broadcastedIndexToFlatIndex()