Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::Stack::Attrs
#include <array_ops.h>
Optional attribute setters for Stack.
Summary
Public attributes
|
axis_ = 0
|
int64
|
Public functions
|
Axis(int64 x)
|
Dimension along which to pack.
|
Public attributes
axis_
int64 tensorflow::ops::Stack::Attrs::axis_ = 0
Public functions
Axis
TF_MUST_USE_RESULT Attrs tensorflow::ops::Stack::Attrs::Axis(
int64 x
)
Dimension along which to pack.
Negative values wrap around, so the valid range is [-(R+1), R+1)
.
Defaults to 0
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[null,null,["Last updated 2020-04-20 UTC."],[],[],null,["# tensorflow::ops::Stack::Attrs Struct Reference\n\ntensorflow::ops::Stack::Attrs\n=============================\n\n`#include \u003carray_ops.h\u003e`\n\nOptional attribute setters for [Stack](/versions/r1.15/api_docs/cc/class/tensorflow/ops/stack#classtensorflow_1_1ops_1_1_stack).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------|---------|\n| [axis_](#structtensorflow_1_1ops_1_1_stack_1_1_attrs_1afd902926ad3ffadddf2eb3725faf28d4)` = 0` | `int64` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Axis](#structtensorflow_1_1ops_1_1_stack_1_1_attrs_1af7e889b2ade154b3993ee7d448425cee)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/stack/attrs#structtensorflow_1_1ops_1_1_stack_1_1_attrs) Dimension along which to pack. |\n\nPublic attributes\n-----------------\n\n### axis_\n\n```scdoc\nint64 tensorflow::ops::Stack::Attrs::axis_ = 0\n``` \n\nPublic functions\n----------------\n\n### Axis\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Stack::Attrs::Axis(\n int64 x\n)\n``` \nDimension along which to pack.\n\nNegative values wrap around, so the valid range is `[-(R+1), R+1)`.\n\nDefaults to 0"]]