aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.python_io.-t-f-record-compression-type.pbtxt
blob: 4941dda50e4964f8400a4cb5033c8e918aeaea5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
path: "tensorflow.python_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__"
  }
}