aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/ops
diff options
context:
space:
mode:
authorGravatar Skye Wanderman-Milne <skyewm@google.com>2017-02-13 11:52:21 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-13 12:13:20 -0800
commita4281af8626ba07b0fd4235a48ee9a909fb21519 (patch)
tree436645a7637101eb2e14bc1cdab4e1c7ef353e2b /tensorflow/cc/ops
parenta1d2a4ab90bd9df7312408f3971a2236810a1074 (diff)
C++ docs: add doxygen group annotations to source code
Change: 147373087
Diffstat (limited to 'tensorflow/cc/ops')
-rw-r--r--tensorflow/cc/ops/const_op.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tensorflow/cc/ops/const_op.h b/tensorflow/cc/ops/const_op.h
index 8976a24edc..e8cb6cf1dd 100644
--- a/tensorflow/cc/ops/const_op.h
+++ b/tensorflow/cc/ops/const_op.h
@@ -23,6 +23,9 @@ limitations under the License.
namespace tensorflow {
namespace ops {
+/// @defgroup const_op Const Op
+/// @{
+
Output Const(const Scope& scope, const Input::Initializer& val);
NodeBuilder::NodeOut AsNodeOut(const Scope& scope, const Input& inp);
@@ -70,6 +73,8 @@ Output Const(const Scope& scope, const std::initializer_list<T>& v,
std::vector<NodeBuilder::NodeOut> AsNodeOutList(const Scope& scope,
const InputList& inp);
+/// }@
+
} // namespace ops
} // namespace tensorflow