Uses of Class
org.tensorflow.framework.TensorInfo.CooSparse
Packages that use TensorInfo.CooSparse
-
Uses of TensorInfo.CooSparse in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(byte[] data) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(com.google.protobuf.ByteString data) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(com.google.protobuf.CodedInputStream input) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(InputStream input) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(ByteBuffer data) static TensorInfo.CooSparseTensorInfo.CooSparse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type TensorInfo.CooSparseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TensorInfo.CooSparse> TensorInfo.CooSparse.getParserForType()static com.google.protobuf.Parser<TensorInfo.CooSparse> TensorInfo.CooSparse.parser()Methods in org.tensorflow.framework 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).