public static final class
GraphTransferGraphOutputNodeInfo.Builder
Protobuf type tensorflow.GraphTransferGraphOutputNodeInfo
Public Methods
GraphTransferGraphOutputNodeInfo.Builder |
addAllShape(Iterable<? extends Long> values)
repeated int64 shape = 2;
|
GraphTransferGraphOutputNodeInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
GraphTransferGraphOutputNodeInfo.Builder |
addShape(long value)
repeated int64 shape = 2;
|
GraphTransferGraphOutputNodeInfo |
build()
|
GraphTransferGraphOutputNodeInfo | |
GraphTransferGraphOutputNodeInfo.Builder |
clear()
|
GraphTransferGraphOutputNodeInfo.Builder |
clearDtype()
.tensorflow.DataType dtype = 3;
|
GraphTransferGraphOutputNodeInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
GraphTransferGraphOutputNodeInfo.Builder |
clearName()
string name = 1;
|
GraphTransferGraphOutputNodeInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
GraphTransferGraphOutputNodeInfo.Builder |
clearShape()
repeated int64 shape = 2;
|
GraphTransferGraphOutputNodeInfo.Builder |
clone()
|
GraphTransferGraphOutputNodeInfo | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
DataType |
getDtype()
.tensorflow.DataType dtype = 3;
|
int |
getDtypeValue()
.tensorflow.DataType dtype = 3;
|
String |
getName()
string name = 1;
|
com.google.protobuf.ByteString |
getNameBytes()
string name = 1;
|
long |
getShape(int index)
repeated int64 shape = 2;
|
int |
getShapeCount()
repeated int64 shape = 2;
|
List<Long> |
getShapeList()
repeated int64 shape = 2;
|
final boolean | |
GraphTransferGraphOutputNodeInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
GraphTransferGraphOutputNodeInfo.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final GraphTransferGraphOutputNodeInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
GraphTransferGraphOutputNodeInfo.Builder | |
GraphTransferGraphOutputNodeInfo.Builder |
setDtypeValue(int value)
.tensorflow.DataType dtype = 3;
|
GraphTransferGraphOutputNodeInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
GraphTransferGraphOutputNodeInfo.Builder |
setName(String value)
string name = 1;
|
GraphTransferGraphOutputNodeInfo.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 1;
|
GraphTransferGraphOutputNodeInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
GraphTransferGraphOutputNodeInfo.Builder |
setShape(int index, long value)
repeated int64 shape = 2;
|
final GraphTransferGraphOutputNodeInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public GraphTransferGraphOutputNodeInfo.Builder addAllShape (Iterable<? extends Long> values)
repeated int64 shape = 2;
public GraphTransferGraphOutputNodeInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GraphTransferGraphOutputNodeInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public GraphTransferGraphOutputNodeInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getDtypeValue ()
.tensorflow.DataType dtype = 3;
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
public long getShape (int index)
repeated int64 shape = 2;
public int getShapeCount ()
repeated int64 shape = 2;
public List<Long> getShapeList ()
repeated int64 shape = 2;
public final boolean isInitialized ()
public GraphTransferGraphOutputNodeInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final GraphTransferGraphOutputNodeInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphTransferGraphOutputNodeInfo.Builder setDtype (DataType value)
.tensorflow.DataType dtype = 3;
public GraphTransferGraphOutputNodeInfo.Builder setDtypeValue (int value)
.tensorflow.DataType dtype = 3;
public GraphTransferGraphOutputNodeInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GraphTransferGraphOutputNodeInfo.Builder setNameBytes (com.google.protobuf.ByteString value)
string name = 1;
public GraphTransferGraphOutputNodeInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public GraphTransferGraphOutputNodeInfo.Builder setShape (int index, long value)
repeated int64 shape = 2;