Class TensorInfo.CooSparse

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, TensorInfo.CooSparseOrBuilder
Enclosing class:
TensorInfo

public static final class TensorInfo.CooSparse extends GeneratedMessageV3 implements TensorInfo.CooSparseOrBuilder
For sparse tensors, The COO encoding stores a triple of values, indices,
and shape.
Protobuf type tensorflow.TensorInfo.CooSparse
See Also: