Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DResizeImageOps.cpp62 bool halfPixelCenters, T* outputData, const Shape& outputShape) { in resizeNearestNeighbor() argument
74 halfPixelCenters ? scaleHalfPixel : scaleLegacy; in resizeNearestNeighbor()
81 if (halfPixelCenters) { in resizeNearestNeighbor()
88 if (halfPixelCenters) { in resizeNearestNeighbor()
105 bool alignCorners, bool halfPixelCenters, T* outputData, in resizeImageOpNhwc() argument
118 {.align_corners = alignCorners, .half_pixel_centers = halfPixelCenters}, in resizeImageOpNhwc()
124 resizeNearestNeighbor(inputData, inputShape, alignCorners, halfPixelCenters, outputData, in resizeImageOpNhwc()
132 const Shape& inputShape, bool alignCorners, bool halfPixelCenters, in resizeImageOpNhwc() argument
139 halfPixelCenters, outputData_float32.data(), outputShape)); in resizeImageOpNhwc()
146 bool alignCorners, bool halfPixelCenters, T* outputData, in resizeImageOp() argument
[all …]