Uses of Interface
org.tensorflow.framework.TensorInfo.CooSparseOrBuilder
Packages that use TensorInfo.CooSparseOrBuilder
-
Uses of TensorInfo.CooSparseOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework 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.framework 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).