Searched refs:ResizeMethodV1 (Results 1 – 3 of 3) sorted by relevance
3 is_instance: "<class \'tensorflow.python.ops.image_ops_impl.ResizeMethodV1\'>"
2740 image_ops.ResizeMethodV1.BILINEAR,2741 image_ops.ResizeMethodV1.NEAREST_NEIGHBOR,2742 image_ops.ResizeMethodV1.BICUBIC, image_ops.ResizeMethodV1.AREA2765 if (method == image_ops.ResizeMethodV1.NEAREST_NEIGHBOR and2845 image_ops.ResizeMethodV1.BILINEAR)2849 image_ops.ResizeMethodV1.BILINEAR)2853 image_ops.ResizeMethodV1.BILINEAR)2859 image_ops.ResizeMethodV1.BILINEAR)2862 image_ops.ResizeMethodV1.BILINEAR)2865 image_ops.ResizeMethodV1.BILINEAR)[all …]
943 class ResizeMethodV1(object): class1042 method=ResizeMethodV1.BILINEAR,1098 if method == ResizeMethodV1.BILINEAR or method == ResizeMethod.BILINEAR:1101 elif (method == ResizeMethodV1.NEAREST_NEIGHBOR or1105 elif method == ResizeMethodV1.BICUBIC or method == ResizeMethod.BICUBIC:1108 elif method == ResizeMethodV1.AREA or method == ResizeMethod.AREA:1332 method=ResizeMethodV1.BILINEAR,