Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dresize_nearest_neighbor_v1_3.mod.py17 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 …]
Dresize_bilinear_v1_3.mod.py22 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/
DResizeImageOps.cpp118 {.align_corners = alignCorners, .half_pixel_centers = halfPixelCenters}, in resizeImageOpNhwc()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp1415 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()