Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
TensorInfo.CooSparse |
TensorInfo.CooSparse.Builder.build() |
TensorInfo.CooSparse |
TensorInfo.CooSparse.Builder.buildPartial() |
TensorInfo.CooSparse |
TensorInfoOrBuilder.getCooSparse()
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
TensorInfo.CooSparse |
TensorInfo.getCooSparse()
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
TensorInfo.CooSparse |
TensorInfo.Builder.getCooSparse()
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
static TensorInfo.CooSparse |
TensorInfo.CooSparse.getDefaultInstance() |
TensorInfo.CooSparse |
TensorInfo.CooSparse.getDefaultInstanceForType() |
TensorInfo.CooSparse |
TensorInfo.CooSparse.Builder.getDefaultInstanceForType() |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseDelimitedFrom(InputStream input) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(byte[] data) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(ByteBuffer data) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(InputStream input) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
org.nd4j.shade.protobuf.Parser<TensorInfo.CooSparse> |
TensorInfo.CooSparse.getParserForType() |
static org.nd4j.shade.protobuf.Parser<TensorInfo.CooSparse> |
TensorInfo.CooSparse.parser() |
Modifier and Type | Method and Description |
---|---|
TensorInfo.Builder |
TensorInfo.Builder.mergeCooSparse(TensorInfo.CooSparse value)
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
TensorInfo.CooSparse.Builder |
TensorInfo.CooSparse.Builder.mergeFrom(TensorInfo.CooSparse other) |
static TensorInfo.CooSparse.Builder |
TensorInfo.CooSparse.newBuilder(TensorInfo.CooSparse prototype) |
TensorInfo.Builder |
TensorInfo.Builder.setCooSparse(TensorInfo.CooSparse value)
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
Copyright © 2022. All rights reserved.