| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
TensorInfo.Builder |
TensorInfo.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorInfo.Builder |
TensorInfo.Builder.clear() |
TensorInfo.Builder |
TensorInfo.Builder.clearCooSparse()
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
TensorInfo.Builder |
TensorInfo.Builder.clearDtype()
.tensorflow.DataType dtype = 2; |
TensorInfo.Builder |
TensorInfo.Builder.clearEncoding() |
TensorInfo.Builder |
TensorInfo.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
TensorInfo.Builder |
TensorInfo.Builder.clearName()
For dense `Tensor`s, the name of the tensor in the graph.
|
TensorInfo.Builder |
TensorInfo.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
TensorInfo.Builder |
TensorInfo.Builder.clearTensorShape()
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorInfo.Builder |
TensorInfo.Builder.clone() |
TensorInfo.Builder |
AssetFileDef.Builder.getTensorInfoBuilder()
The tensor to bind the asset filename to.
|
TensorInfo.Builder |
TensorInfo.Builder.mergeCooSparse(TensorInfo.CooSparse value)
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
TensorInfo.Builder |
TensorInfo.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorInfo.Builder |
TensorInfo.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
TensorInfo.Builder |
TensorInfo.Builder.mergeFrom(TensorInfo other) |
TensorInfo.Builder |
TensorInfo.Builder.mergeTensorShape(TensorShapeProto value)
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorInfo.Builder |
TensorInfo.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
static TensorInfo.Builder |
TensorInfo.newBuilder() |
static TensorInfo.Builder |
TensorInfo.newBuilder(TensorInfo prototype) |
TensorInfo.Builder |
TensorInfo.newBuilderForType() |
protected TensorInfo.Builder |
TensorInfo.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
TensorInfo.Builder |
TensorInfo.Builder.setCooSparse(TensorInfo.CooSparse.Builder builderForValue)
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
TensorInfo.Builder |
TensorInfo.Builder.setCooSparse(TensorInfo.CooSparse value)
There are many possible encodings of sparse matrices
(https://en.wikipedia.org/wiki/Sparse_matrix).
|
TensorInfo.Builder |
TensorInfo.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 2; |
TensorInfo.Builder |
TensorInfo.Builder.setDtypeValue(int value)
.tensorflow.DataType dtype = 2; |
TensorInfo.Builder |
TensorInfo.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorInfo.Builder |
TensorInfo.Builder.setName(String value)
For dense `Tensor`s, the name of the tensor in the graph.
|
TensorInfo.Builder |
TensorInfo.Builder.setNameBytes(org.nd4j.shade.protobuf.ByteString value)
For dense `Tensor`s, the name of the tensor in the graph.
|
TensorInfo.Builder |
TensorInfo.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TensorInfo.Builder |
TensorInfo.Builder.setTensorShape(TensorShapeProto.Builder builderForValue)
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorInfo.Builder |
TensorInfo.Builder.setTensorShape(TensorShapeProto value)
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorInfo.Builder |
TensorInfo.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
TensorInfo.Builder |
TensorInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AssetFileDef.Builder |
AssetFileDef.Builder.setTensorInfo(TensorInfo.Builder builderForValue)
The tensor to bind the asset filename to.
|
Copyright © 2021. All rights reserved.