Class ValueType (1.51.0)

ValueType(value)

An enum representing the value type of a TensorboardTimeSeries.

Enums

Name Description
VALUE_TYPE_UNSPECIFIED The value type is unspecified.
SCALAR Used for TensorboardTimeSeries that is a list of scalars. E.g. accuracy of a model over epochs/time.
TENSOR Used for TensorboardTimeSeries that is a list of tensors. E.g. histograms of weights of layer in a model over epoch/time.
BLOB_SEQUENCE Used for TensorboardTimeSeries that is a list of blob sequences. E.g. set of sample images with labels over epochs/time.

Methods

ValueType

ValueType(value)

An enum representing the value type of a TensorboardTimeSeries.