180d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower/* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
280d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower
380d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerLicensed under the Apache License, Version 2.0 (the "License");
480d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFloweryou may not use this file except in compliance with the License.
580d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerYou may obtain a copy of the License at
680d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower
780d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower    http://www.apache.org/licenses/LICENSE-2.0
880d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower
980d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerUnless required by applicable law or agreed to in writing, software
1080d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerdistributed under the License is distributed on an "AS IS" BASIS,
1180d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1280d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerSee the License for the specific language governing permissions and
1380d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerlimitations under the License.
1480d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower==============================================================================*/
1580d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower
16f8347ceebbad0e06552633fcdf8e63f52246ba62Sanjoy Das#ifndef TENSORFLOW_CORE_LIB_IO_COMPRESSION_H_
17f8347ceebbad0e06552633fcdf8e63f52246ba62Sanjoy Das#define TENSORFLOW_CORE_LIB_IO_COMPRESSION_H_
1880d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower
1980d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowernamespace tensorflow {
2080d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowernamespace io {
2180d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowernamespace compression {
2280d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower
2380d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerextern const char kNone[];
2480d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlowerextern const char kGzip[];
2580d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower
267149a2e2e2f549035f23e21224ee41afe8df3876A. Unique TensorFlower}  // namespace compression
277149a2e2e2f549035f23e21224ee41afe8df3876A. Unique TensorFlower}  // namespace io
287149a2e2e2f549035f23e21224ee41afe8df3876A. Unique TensorFlower}  // namespace tensorflow
2980d9c58d62d2b4b23daf9d6dbf5a45862e423126A. Unique TensorFlower
30f8347ceebbad0e06552633fcdf8e63f52246ba62Sanjoy Das#endif  // TENSORFLOW_CORE_LIB_IO_COMPRESSION_H_
31