Class TensorboardTensor (1.3.0)

TensorboardTensor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

One point viewable on a tensor metric plot. .. attribute:: value

Required. Serialized form of https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/tensor.proto

:type: bytes

Attribute

NameDescription
version_number int
Optional. Version number of TensorProto used to serialize value.

Inheritance

builtins.object > proto.message.Message > TensorboardTensor