Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.-resize-method.pbtxt18 name: "NEAREST_NEIGHBOR"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.-resize-method.pbtxt34 name: "NEAREST_NEIGHBOR"
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py2231 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 and
2386 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 and
2881 if (method == image_ops.ResizeMethodV1.NEAREST_NEIGHBOR or
[all …]
Dimage_ops_impl.py945 NEAREST_NEIGHBOR = 1 variable in ResizeMethodV1
953 NEAREST_NEIGHBOR = 'nearest' variable in ResizeMethod
1101 elif (method == ResizeMethodV1.NEAREST_NEIGHBOR or
1102 method == ResizeMethod.NEAREST_NEIGHBOR):
1230 elif method == ResizeMethod.NEAREST_NEIGHBOR: