1// This file is MACHINE GENERATED! Do not edit.
2
3#ifndef TENSORFLOW_CC_OPS_EXPERIMENTAL_DATASET_OPS_H_
4#define TENSORFLOW_CC_OPS_EXPERIMENTAL_DATASET_OPS_H_
5
6// This file is MACHINE GENERATED! Do not edit.
7
8#include "tensorflow/cc/framework/ops.h"
9#include "tensorflow/cc/framework/scope.h"
10#include "tensorflow/core/framework/tensor.h"
11#include "tensorflow/core/framework/tensor_shape.h"
12#include "tensorflow/core/framework/types.h"
13#include "tensorflow/core/lib/gtl/array_slice.h"
14
15namespace tensorflow {
16namespace ops {
17
18/// @defgroup experimental_dataset_ops Experimental Dataset Ops
19/// @{
20
21/// @}
22
23} // namespace ops
24} // namespace tensorflow
25
26#endif // TENSORFLOW_CC_OPS_EXPERIMENTAL_DATASET_OPS_H_
27