aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/ops/cc_op_gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/cc/ops/cc_op_gen.h')
-rw-r--r--tensorflow/cc/ops/cc_op_gen.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/cc/ops/cc_op_gen.h b/tensorflow/cc/ops/cc_op_gen.h
new file mode 100644
index 0000000000..1a9474ec87
--- /dev/null
+++ b/tensorflow/cc/ops/cc_op_gen.h
@@ -0,0 +1,14 @@
+#ifndef TENSORFLOW_CC_OPS_CC_OP_GEN_H_
+#define TENSORFLOW_CC_OPS_CC_OP_GEN_H_
+
+#include "tensorflow/core/framework/op_def.pb.h"
+
+namespace tensorflow {
+
+// Result is written to files dot_h and dot_cc.
+void WriteCCOps(const OpList& ops, const std::string& dot_h_fname,
+ const std::string& dot_cc_fname);
+
+} // namespace tensorflow
+
+#endif // TENSORFLOW_CC_OPS_CC_OP_GEN_H_