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