tensorflow::ops::SparseConditionalAccumulator::Атрибуты
#include <data_flow_ops.h>
Дополнительные параметры для SparseConditionalAccumulator.
Краткое описание
| Публичные атрибуты | |
|---|---|
container_ = "" | StringPiece |
reduction_type_ = "MEAN" | StringPiece |
shared_name_ = "" | StringPiece |
| Публичные функции | |
|---|---|
Container(StringPiece x) | TF_MUST_USE_RESULT Attrs Если не пусто, этот аккумулятор размещается в указанном контейнере. |
ReductionType(StringPiece x) | TF_MUST_USE_RESULT Attrs По умолчанию "MEAN". |
SharedName(StringPiece x) | TF_MUST_USE_RESULT Attrs Если не пусто, этот аккумулятор будет совместно использоваться под данным именем в нескольких сессиях. |
Публичные атрибуты
container_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::container_ = ""
reduction_type_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::reduction_type_ = "MEAN"
shared_name_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::shared_name_ = ""
Публичные функции
Контейнер
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::Container( StringPiece x )
Если не пусто, этот аккумулятор размещается в указанном контейнере.
В противном случае используется контейнер по умолчанию.
По умолчанию ""
Тип редукции
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::ReductionType( StringPiece x )
По умолчанию "MEAN".
Имя общей области
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::SharedName( StringPiece x )
Если не пусто, этот аккумулятор будет совместно использоваться под данным именем в нескольких сессиях.
По умолчанию ""
© 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/sparse-conditional-accumulator/attrs