tensorflow::ops::SparseConditionalAccumulator::Attrs

#include <data_flow_ops.h>

Optional attribute setters for SparseConditionalAccumulator.

Summary

Public attributes

container_ = ""
StringPiece
reduction_type_ = "MEAN"
StringPiece
shared_name_ = ""
StringPiece

Public functions

Container(StringPiece x)
TF_MUST_USE_RESULT Attrs
If non-empty, this accumulator is placed in the given container.
ReductionType(StringPiece x)
TF_MUST_USE_RESULT Attrs
Defaults to "MEAN".
SharedName(StringPiece x)
TF_MUST_USE_RESULT Attrs
If non-empty, this accumulator will be shared under the given name across multiple sessions.

Public attributes

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_ = ""

Public functions

Container

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::Container(
  StringPiece x
)

If non-empty, this accumulator is placed in the given container.

Otherwise, a default container is used.

Defaults to ""

ReductionType

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::ReductionType(
  StringPiece x
)

Defaults to "MEAN".

SharedName

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::SharedName(
  StringPiece x
)

If non-empty, this accumulator will be shared under the given name across multiple sessions.

Defaults to ""