Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DOperationsUtils.cpp419 int32_t strechDim = -1; in reshapePrepare() local
423 NN_OPS_CHECK(strechDim == -1); in reshapePrepare()
424 strechDim = i; in reshapePrepare()
430 if (strechDim != -1) { in reshapePrepare()
432 outDims[strechDim] = (uint32_t) strechValue; in reshapePrepare()