Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DCpuExecutor.cpp527 Shape inShape = from.shape(); in convertToNhwc() local
529 inShape.dimensions = {fromDim[0], fromDim[2], fromDim[3], fromDim[1]}; in convertToNhwc()
532 if (!setInfoAndAllocateIfNeeded(&to, inShape, &result)) { in convertToNhwc()