tensorflow::ops::Stack::Attrs
#include <array_ops.h>
Дополнительные атрибуты для Stack.
Краткое описание
| Публичные атрибуты | |
|---|---|
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
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/stack/attrs