Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DCpuOperationUtils.h117 inline bool convertNchwToNhwc(const T* nchw, const Shape& nchwShape, std::vector<T>* nhwc, in convertNchwToNhwc() function
165 return convertNchwToNhwc(mDataOriginal, shape, &mDataNhwc, &mShape); in initialize()
/frameworks/ml/nn/common/operations/
DHeatmapMaxKeypoint.cpp175 NN_RET_CHECK(convertNchwToNhwc(heatmap, heatmapShape, &heatmap_nhwc, &heatmapShape_nhwc)); in heatmapMaxKeypointFloat32()