aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.image.-resize-method.pbtxt
blob: dbc360b13ee7dc8228f5fb4fe0cd6fc21504d0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
path: "tensorflow.image.ResizeMethod"
tf_class {
  is_instance: "<class \'tensorflow.python.ops.image_ops_impl.ResizeMethod\'>"
  is_instance: "<type \'object\'>"
  member {
    name: "AREA"
    mtype: "<type \'int\'>"
  }
  member {
    name: "BICUBIC"
    mtype: "<type \'int\'>"
  }
  member {
    name: "BILINEAR"
    mtype: "<type \'int\'>"
  }
  member {
    name: "NEAREST_NEIGHBOR"
    mtype: "<type \'int\'>"
  }
  member_method {
    name: "__init__"
  }
}