Searched refs:ResizeMethod (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.-resize-method.pbtxt | 1 path: "tensorflow.image.ResizeMethod" 3 is_instance: "<class \'tensorflow.python.ops.image_ops_impl.ResizeMethod\'>"
|
D | tensorflow.image.pbtxt | 4 name: "ResizeMethod"
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 951 class ResizeMethod(object): class 1098 if method == ResizeMethodV1.BILINEAR or method == ResizeMethod.BILINEAR: 1102 method == ResizeMethod.NEAREST_NEIGHBOR): 1105 elif method == ResizeMethodV1.BICUBIC or method == ResizeMethod.BICUBIC: 1108 elif method == ResizeMethodV1.AREA or method == ResizeMethod.AREA: 1126 method=ResizeMethod.BILINEAR, 1208 ResizeMethod.LANCZOS3, ResizeMethod.LANCZOS5, ResizeMethod.GAUSSIAN, 1209 ResizeMethod.MITCHELLCUBIC 1224 if method == ResizeMethod.BILINEAR: 1230 elif method == ResizeMethod.NEAREST_NEIGHBOR: [all …]
|
D | image_ops_test.py | 2231 image_ops.ResizeMethod.BILINEAR, image_ops.ResizeMethod.NEAREST_NEIGHBOR, 2232 image_ops.ResizeMethod.BICUBIC, image_ops.ResizeMethod.AREA, 2233 image_ops.ResizeMethod.LANCZOS3, image_ops.ResizeMethod.LANCZOS5, 2234 image_ops.ResizeMethod.GAUSSIAN, image_ops.ResizeMethod.MITCHELLCUBIC 2241 image_ops.ResizeMethod.BILINEAR, image_ops.ResizeMethod.NEAREST_NEIGHBOR, 2242 image_ops.ResizeMethod.BICUBIC, image_ops.ResizeMethod.AREA, 2243 image_ops.ResizeMethod.LANCZOS3, image_ops.ResizeMethod.LANCZOS5 2266 if (method == image_ops.ResizeMethod.NEAREST_NEIGHBOR and 2349 image_ops.ResizeMethod.BILINEAR) 2353 image_ops.ResizeMethod.BILINEAR) [all …]
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.-resize-method.pbtxt | 1 path: "tensorflow.image.ResizeMethod"
|
D | tensorflow.image.pbtxt | 4 name: "ResizeMethod"
|