Uses of Interface
org.tensorflow.proto.TensorInfo.CooSparseOrBuilder
Packages that use TensorInfo.CooSparseOrBuilder
-
Uses of TensorInfo.CooSparseOrBuilder in org.tensorflow.proto
Classes in org.tensorflow.proto that implement TensorInfo.CooSparseOrBuilderModifier and TypeClassDescriptionstatic final classFor sparse tensors, The COO encoding stores a triple of values, indices, and shape.static final classFor sparse tensors, The COO encoding stores a triple of values, indices, and shape.Methods in org.tensorflow.proto that return TensorInfo.CooSparseOrBuilderModifier and TypeMethodDescriptionTensorInfo.Builder.getCooSparseOrBuilder()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfo.getCooSparseOrBuilder()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfoOrBuilder.getCooSparseOrBuilder()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).