Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DCpuOperationUtils.h118 inline bool convertNchwToNhwc(const T* nchw, const Shape& nchwShape, std::vector<T>* nhwc, in convertNchwToNhwc() function
166 return convertNchwToNhwc(mDataOriginal, shape, &mDataNhwc, &mShape); in initialize()
/packages/modules/NeuralNetworks/common/operations/
DHeatmapMaxKeypoint.cpp176 NN_RET_CHECK(convertNchwToNhwc(heatmap, heatmapShape, &heatmap_nhwc, &heatmapShape_nhwc)); in heatmapMaxKeypointFloat32()