aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_ExtractImagePatches.pbtxt
blob: d302e26ad2f47301bb02b0a7ee1130b215d68a9e (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "ExtractImagePatches"
  endpoint {
    name: "image.extract_image_patches"
  }
  endpoint {
    name: "extract_image_patches"
    deprecation_message: "tf.extract_image_patches is deprecated, please use tf.image.extract_image_patches instead."
  }
}