Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Builder.addDimBuilder()
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Builder.addDimBuilder(int index)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clear() |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clearName()
Optional name of the tensor dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clearSize()
Size of the tensor in that dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clone() |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Builder.getDimBuilder(int index)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeFrom(com.github.os72.protobuf351.Message other) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeFrom(TensorShapeProto.Dim other) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
static TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilder() |
static TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilder(TensorShapeProto.Dim prototype) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilderForType() |
protected TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setName(String value)
Optional name of the tensor dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setNameBytes(com.github.os72.protobuf351.ByteString value)
Optional name of the tensor dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setSize(long value)
Size of the tensor in that dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<TensorShapeProto.Dim.Builder> |
TensorShapeProto.Builder.getDimBuilderList()
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
Modifier and Type | Method and Description |
---|---|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addDim(int index,
TensorShapeProto.Dim.Builder builderForValue)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addDim(TensorShapeProto.Dim.Builder builderForValue)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.setDim(int index,
TensorShapeProto.Dim.Builder builderForValue)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
Copyright © 2018. All rights reserved.