aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.io.-t-f-record-compression-type.pbtxt
blob: b598f73d7ea2d48d250a953d2acbdfb09686dc1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
path: "tensorflow.io.TFRecordCompressionType"
tf_class {
  is_instance: "<class \'tensorflow.python.lib.io.tf_record.TFRecordCompressionType\'>"
  is_instance: "<type \'object\'>"
  member {
    name: "GZIP"
    mtype: "<type \'int\'>"
  }
  member {
    name: "NONE"
    mtype: "<type \'int\'>"
  }
  member {
    name: "ZLIB"
    mtype: "<type \'int\'>"
  }
  member_method {
    name: "__init__"
  }
}