Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.-resize-method.pbtxt10 name: "BICUBIC"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.-resize-method.pbtxt10 name: "BICUBIC"
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py946 BICUBIC = 2 variable in ResizeMethodV1
954 BICUBIC = 'bicubic' variable in ResizeMethod
1105 elif method == ResizeMethodV1.BICUBIC or method == ResizeMethod.BICUBIC:
1233 elif method == ResizeMethod.BICUBIC:
Dimage_ops_test.py2232 image_ops.ResizeMethod.BICUBIC, image_ops.ResizeMethod.AREA,
2242 image_ops.ResizeMethod.BICUBIC, image_ops.ResizeMethod.AREA,
2488 expected_data[image_ops.ResizeMethod.BICUBIC] = [
2742 image_ops.ResizeMethodV1.BICUBIC, image_ops.ResizeMethodV1.AREA
3044 image_ops.ResizeMethodV1.BICUBIC)