Uses of Interface
org.tensorflow.framework.TensorInfo.CooSparseOrBuilder
-
Packages that use TensorInfo.CooSparseOrBuilder Package Description org.tensorflow.framework -
-
Uses of TensorInfo.CooSparseOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement TensorInfo.CooSparseOrBuilder Modifier and Type Class Description static classTensorInfo.CooSparseFor sparse tensors, The COO encoding stores a triple of values, indices, and shape.static classTensorInfo.CooSparse.BuilderFor sparse tensors, The COO encoding stores a triple of values, indices, and shape.Methods in org.tensorflow.framework that return TensorInfo.CooSparseOrBuilder Modifier and Type Method Description TensorInfo.CooSparseOrBuilderTensorInfo.Builder. getCooSparseOrBuilder()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfo.CooSparseOrBuilderTensorInfo. getCooSparseOrBuilder()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfo.CooSparseOrBuilderTensorInfoOrBuilder. getCooSparseOrBuilder()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).
-