Searched refs:half_pixel_centers (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | resize_nearest_neighbor_v1_3.mod.py | 17 half_pixel_centers, output0, input0_data, output_data): argument 20 half_pixel_centers).To(output0) 44 half_pixel_centers=BoolScalar("half_pixel_centers", True), 57 half_pixel_centers=BoolScalar("half_pixel_centers", True), 70 half_pixel_centers=BoolScalar("half_pixel_centers", True), 83 half_pixel_centers=BoolScalar("half_pixel_centers", True), 96 half_pixel_centers=BoolScalar("half_pixel_centers", True), 109 half_pixel_centers=BoolScalar("half_pixel_centers", True), 122 half_pixel_centers=BoolScalar("half_pixel_centers", True), 135 half_pixel_centers=BoolScalar("half_pixel_centers", True), [all …]
|
D | resize_bilinear_v1_3.mod.py | 22 half_pixel_centers, argument 29 half_pixel_centers).To(output0) 57 half_pixel_centers=BoolScalar("half_pixel_centers", True), 72 half_pixel_centers=BoolScalar("half_pixel_centers", True), 281 half_pixel_centers=BoolScalar("half_pixel_centers", True), 489 half_pixel_centers=BoolScalar("half_pixel_centers", False), 502 half_pixel_centers=BoolScalar("half_pixel_centers", False), 515 half_pixel_centers=BoolScalar("half_pixel_centers", False), 528 half_pixel_centers=BoolScalar("half_pixel_centers", False), 539 half_pixel_centers = BoolScalar("half_pixel_centers", False) variable [all …]
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | ResizeImageOps.cpp | 118 {.align_corners = alignCorners, .half_pixel_centers = halfPixelCenters}, in resizeImageOpNhwc()
|
/packages/modules/NeuralNetworks/driver/sample_hidl/ |
D | SampleDriverFloatXNNPACK.cpp | 1415 bool half_pixel_centers = false; in VisitResizeBilinearNode() local 1418 half_pixel_centers = getScalarData<bool>(operands[ins[5]]); in VisitResizeBilinearNode() 1420 if (align_corners && !half_pixel_centers) { in VisitResizeBilinearNode() 1427 } else if (!half_pixel_centers) { in VisitResizeBilinearNode()
|