tf.train.experimental.ShardableTensor

Tensor wrapper containing data necessary for sharding.

The tensor representation used as inputs to pre-made and custom tf.train.experiemental.ShardingCallbacks, which can be specified using the experimental_sharding_callback option in tf.train.CheckpointOptions.

tensorDataclass field
dtypeDataclass field
deviceDataclass field
nameDataclass field
shapeDataclass field
slice_specDataclass field
checkpoint_keyDataclass field
trackableDataclass field

Methods

__eq__