Searched refs:BICUBIC (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.-resize-method.pbtxt | 10 name: "BICUBIC"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.-resize-method.pbtxt | 10 name: "BICUBIC"
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 1314 BICUBIC = 2 variable in ResizeMethodV1 1323 BICUBIC = 'bicubic' variable in ResizeMethod 1477 elif method == ResizeMethodV1.BICUBIC or method == ResizeMethod.BICUBIC: 1652 elif method == ResizeMethod.BICUBIC:
|
D | image_ops_test.py | 2612 image_ops.ResizeMethod.BICUBIC, image_ops.ResizeMethod.AREA, 2622 image_ops.ResizeMethod.BICUBIC, image_ops.ResizeMethod.AREA, 2894 expected_data[image_ops.ResizeMethod.BICUBIC] = [ 3004 image_ops.ResizeMethod.NEAREST_NEIGHBOR, image_ops.ResizeMethod.BICUBIC, 3171 image_ops.ResizeMethodV1.BICUBIC, image_ops.ResizeMethodV1.AREA 3497 image_ops.ResizeMethodV1.BICUBIC)
|
/external/tensorflow/tensorflow/lite/g3doc/models/super_resolution/ |
D | overview.ipynb | 262 "bicubic = tf.image.resize(lr, [200, 200], tf.image.ResizeMethod.BICUBIC)\n",
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing.py | 49 'bicubic': ResizeMethod.BICUBIC,
|