Searched refs:NEAREST_NEIGHBOR (Results 1 – 4 of 4) sorted by relevance
18 name: "NEAREST_NEIGHBOR"
34 name: "NEAREST_NEIGHBOR"
2231 image_ops.ResizeMethod.BILINEAR, image_ops.ResizeMethod.NEAREST_NEIGHBOR,2241 image_ops.ResizeMethod.BILINEAR, image_ops.ResizeMethod.NEAREST_NEIGHBOR,2266 if (method == image_ops.ResizeMethod.NEAREST_NEIGHBOR and2386 if method == image_ops.ResizeMethod.NEAREST_NEIGHBOR:2463 expected_data[image_ops.ResizeMethod.NEAREST_NEIGHBOR] = [2579 image, new_size, image_ops.ResizeMethod.NEAREST_NEIGHBOR)2585 image, new_size, image_ops.ResizeMethod.NEAREST_NEIGHBOR)2741 image_ops.ResizeMethodV1.NEAREST_NEIGHBOR,2765 if (method == image_ops.ResizeMethodV1.NEAREST_NEIGHBOR and2881 if (method == image_ops.ResizeMethodV1.NEAREST_NEIGHBOR or[all …]
945 NEAREST_NEIGHBOR = 1 variable in ResizeMethodV1953 NEAREST_NEIGHBOR = 'nearest' variable in ResizeMethod1101 elif (method == ResizeMethodV1.NEAREST_NEIGHBOR or1102 method == ResizeMethod.NEAREST_NEIGHBOR):1230 elif method == ResizeMethod.NEAREST_NEIGHBOR: