Uses of Class
org.tensorflow.proto.TensorInfo.CooSparse
Packages that use TensorInfo.CooSparse
-
Uses of TensorInfo.CooSparse in org.tensorflow.proto
Methods in org.tensorflow.proto that return TensorInfo.CooSparseModifier and TypeMethodDescriptionTensorInfo.CooSparse.Builder.build()TensorInfo.CooSparse.Builder.buildPartial()TensorInfo.Builder.getCooSparse()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfo.getCooSparse()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfoOrBuilder.getCooSparse()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).static TensorInfo.CooSparseTensorInfo.CooSparse.getDefaultInstance()TensorInfo.CooSparse.Builder.getDefaultInstanceForType()TensorInfo.CooSparse.getDefaultInstanceForType()static TensorInfo.CooSparseTensorInfo.CooSparse.parseDelimitedFrom(InputStream input) static TensorInfo.CooSparseTensorInfo.CooSparse.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(byte[] data) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(ByteString data) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(CodedInputStream input) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(InputStream input) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(ByteBuffer data) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type TensorInfo.CooSparseModifier and TypeMethodDescriptionTensorInfo.CooSparse.getParserForType()static Parser<TensorInfo.CooSparse> TensorInfo.CooSparse.parser()Methods in org.tensorflow.proto with parameters of type TensorInfo.CooSparseModifier and TypeMethodDescriptionTensorInfo.Builder.mergeCooSparse(TensorInfo.CooSparse value) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfo.CooSparse.Builder.mergeFrom(TensorInfo.CooSparse other) static TensorInfo.CooSparse.BuilderTensorInfo.CooSparse.newBuilder(TensorInfo.CooSparse prototype) TensorInfo.Builder.setCooSparse(TensorInfo.CooSparse value) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).