| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
TensorInfo.Builder |
TensorInfo.Builder.addRepeatedField(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
TensorInfo.Builder |
TensorInfo.Builder.mergeFrom(com.github.os72.protobuf351.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(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
static TensorInfo.Builder |
TensorInfo.newBuilder() |
static TensorInfo.Builder |
TensorInfo.newBuilder(TensorInfo prototype) |
TensorInfo.Builder |
TensorInfo.newBuilderForType() |
protected TensorInfo.Builder |
TensorInfo.newBuilderForType(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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(com.github.os72.protobuf351.ByteString value)
For dense `Tensor`s, the name of the tensor in the graph.
|
TensorInfo.Builder |
TensorInfo.Builder.setRepeatedField(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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 © 2018. All rights reserved.