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 |
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).
|
TensorInfo.CooSparse |
TensorInfoOrBuilder.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,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(byte[] data) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(ByteBuffer data) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(com.github.os72.protobuf351.ByteString data) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(InputStream input) |
static TensorInfo.CooSparse |
TensorInfo.CooSparse.parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.github.os72.protobuf351.Parser<TensorInfo.CooSparse> |
TensorInfo.CooSparse.getParserForType() |
static com.github.os72.protobuf351.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 © 2018. All rights reserved.