Searched defs:halfPixelCenters (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | ResizeImageOps.cpp | 62 bool halfPixelCenters, T* outputData, const Shape& outputShape) { in resizeNearestNeighbor() 105 bool alignCorners, bool halfPixelCenters, T* outputData, in resizeImageOpNhwc() 132 const Shape& inputShape, bool alignCorners, bool halfPixelCenters, in resizeImageOpNhwc() 146 bool alignCorners, bool halfPixelCenters, T* outputData, in resizeImageOp() 175 const bool halfPixelCenters = getOptionalScalar(context, kHalfPixelCentersScalar); in prepare() local 226 const bool halfPixelCenters = getOptionalScalar(context, kHalfPixelCentersScalar); in execute() local
|