1// This file is MACHINE GENERATED! Do not edit.
2
3#ifndef TENSORFLOW_CC_OPS_LOGGING_OPS_INTERNAL_H_
4#define TENSORFLOW_CC_OPS_LOGGING_OPS_INTERNAL_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 {
17namespace internal {
18// NOTE: This namespace has internal TensorFlow details that
19// are not part of TensorFlow's public API.
20
21/// @defgroup logging_ops_internal Logging Ops Internal
22/// @{
23
24} // namespace internal
25} // namespace ops
26} // namespace tensorflow
27
28#endif // TENSORFLOW_CC_OPS_LOGGING_OPS_INTERNAL_H_
29