Home
last modified time | relevance | path

Searched refs:BICUBIC (Results 1 – 6 of 6) 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.py1314 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:
Dimage_ops_test.py2612 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/
Doverview.ipynb262 "bicubic = tf.image.resize(lr, [200, 200], tf.image.ResizeMethod.BICUBIC)\n",
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py49 'bicubic': ResizeMethod.BICUBIC,