tensorflow::ops::Stack::Attrs
#include <array_ops.h>
Дополнительные атрибуты для Stack.
Summary
| Общедоступные атрибуты | |
|---|---|
axis_ = 0 | int64 |
| Общедоступные функции | |
|---|---|
Axis(int64 x) | TF_MUST_USE_RESULT Attrs Измерение для упаковки. |
Общедоступные атрибуты
axis_
int64 tensorflow::ops::Stack::Attrs::axis_ = 0
Общедоступные функции
Axis
TF_MUST_USE_RESULT Attrs tensorflow::ops::Stack::Attrs::Axis( int64 x )
Измерение для упаковки.
Отрицательные значения оборачиваются, поэтому допустимый диапазон — [-(R+1), R+1).
По умолчанию 0
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/struct/tensorflow/ops/stack/attrs