tensorflow::ops::ReduceJoin::Attrs
#include <string_ops.h>
Дополнительные атрибуты для ReduceJoin.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
keep_dims_ = false | bool |
separator_ = "" | StringPiece |
| Общедоступные функции | |
|---|---|
KeepDims(bool x) | TF_MUST_USE_RESULT Attrs Если True, сохраняются изменённые размеры с длиной 1. |
Separator(StringPiece x) | TF_MUST_USE_RESULT Attrs Разделитель, используемый при объединении. |
Общедоступные атрибуты
keep_dims_
bool tensorflow::ops::ReduceJoin::Attrs::keep_dims_ = false
separator_
StringPiece tensorflow::ops::ReduceJoin::Attrs::separator_ = ""
Общедоступные функции
KeepDims
TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::KeepDims( bool x )
Если True, сохраняются изменённые размеры с длиной 1.
По умолчанию false
Разделитель
TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::Separator( StringPiece x )
Разделитель, используемый при объединении.
По умолчанию ""
© 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/r1.15/api_docs/cc/struct/tensorflow/ops/reduce-join/attrs