Adding space between C++ standard library headers and project headers

This commit is contained in:
Rickard 2020-09-17 11:17:01 +02:00
parent 78a3e527ca
commit b3ce8724d5
4 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_CC_GRADIENTS_GRAD_TESTUTIL_H_ #define TENSORFLOW_CC_GRADIENTS_GRAD_TESTUTIL_H_
#include <vector> #include <vector>
#include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/ops.h"
#include "tensorflow/cc/framework/scope.h" #include "tensorflow/cc/framework/scope.h"

View File

@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_CC_OPS_CONST_OP_H_ #define TENSORFLOW_CC_OPS_CONST_OP_H_
#include <vector> #include <vector>
#include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/ops.h"
#include "tensorflow/cc/framework/scope.h" #include "tensorflow/cc/framework/scope.h"
#include "tensorflow/core/graph/node_builder.h" #include "tensorflow/core/graph/node_builder.h"

View File

@ -18,6 +18,7 @@ limitations under the License.
#include <vector> #include <vector>
#include <string> #include <string>
#include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/ops.h"
#include "tensorflow/cc/framework/scope.h" #include "tensorflow/cc/framework/scope.h"

View File

@ -18,6 +18,7 @@ limitations under the License.
#include <string> #include <string>
#include <memory> #include <memory>
#include "tensorflow/core/framework/graph.pb.h" #include "tensorflow/core/framework/graph.pb.h"
#include "tensorflow/core/lib/core/status.h" #include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/profiler/internal/tfprof_stats.h" #include "tensorflow/core/profiler/internal/tfprof_stats.h"