public static final class
CostGraphDef.Node.OutputInfo.Builder
Outputs of this node.
tensorflow.CostGraphDef.Node.OutputInfo
Public Methods
CostGraphDef.Node.OutputInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
CostGraphDef.Node.OutputInfo |
build()
|
CostGraphDef.Node.OutputInfo | |
CostGraphDef.Node.OutputInfo.Builder |
clear()
|
CostGraphDef.Node.OutputInfo.Builder |
clearAliasInputPort()
If >= 0, the output is an alias of an input. |
CostGraphDef.Node.OutputInfo.Builder |
clearDtype()
.tensorflow.DataType dtype = 4;
|
CostGraphDef.Node.OutputInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
CostGraphDef.Node.OutputInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
CostGraphDef.Node.OutputInfo.Builder |
clearShape()
.tensorflow.TensorShapeProto shape = 3;
|
CostGraphDef.Node.OutputInfo.Builder |
clearSize()
int64 size = 1;
|
CostGraphDef.Node.OutputInfo.Builder |
clone()
|
long |
getAliasInputPort()
If >= 0, the output is an alias of an input. |
CostGraphDef.Node.OutputInfo | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
DataType |
getDtype()
.tensorflow.DataType dtype = 4;
|
int |
getDtypeValue()
.tensorflow.DataType dtype = 4;
|
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 3;
|
TensorShapeProto.Builder |
getShapeBuilder()
.tensorflow.TensorShapeProto shape = 3;
|
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 3;
|
long |
getSize()
int64 size = 1;
|
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 3;
|
final boolean | |
CostGraphDef.Node.OutputInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
CostGraphDef.Node.OutputInfo.Builder |
mergeFrom(com.google.protobuf.Message other)
|
CostGraphDef.Node.OutputInfo.Builder | |
final CostGraphDef.Node.OutputInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
CostGraphDef.Node.OutputInfo.Builder |
setAliasInputPort(long value)
If >= 0, the output is an alias of an input. |
CostGraphDef.Node.OutputInfo.Builder | |
CostGraphDef.Node.OutputInfo.Builder |
setDtypeValue(int value)
.tensorflow.DataType dtype = 4;
|
CostGraphDef.Node.OutputInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
CostGraphDef.Node.OutputInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
CostGraphDef.Node.OutputInfo.Builder | |
CostGraphDef.Node.OutputInfo.Builder | |
CostGraphDef.Node.OutputInfo.Builder |
setSize(long value)
int64 size = 1;
|
final CostGraphDef.Node.OutputInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public CostGraphDef.Node.OutputInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CostGraphDef.Node.OutputInfo.Builder clearAliasInputPort ()
If >= 0, the output is an alias of an input. Note that an alias input may itself be an alias. The algorithm will therefore need to follow those pointers.
int64 alias_input_port = 2;
public CostGraphDef.Node.OutputInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public CostGraphDef.Node.OutputInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public long getAliasInputPort ()
If >= 0, the output is an alias of an input. Note that an alias input may itself be an alias. The algorithm will therefore need to follow those pointers.
int64 alias_input_port = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getDtypeValue ()
.tensorflow.DataType dtype = 4;
public long getSize ()
int64 size = 1;
public boolean hasShape ()
.tensorflow.TensorShapeProto shape = 3;
public final boolean isInitialized ()
public CostGraphDef.Node.OutputInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public CostGraphDef.Node.OutputInfo.Builder mergeShape (TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3;
public final CostGraphDef.Node.OutputInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public CostGraphDef.Node.OutputInfo.Builder setAliasInputPort (long value)
If >= 0, the output is an alias of an input. Note that an alias input may itself be an alias. The algorithm will therefore need to follow those pointers.
int64 alias_input_port = 2;
public CostGraphDef.Node.OutputInfo.Builder setDtype (DataType value)
.tensorflow.DataType dtype = 4;
public CostGraphDef.Node.OutputInfo.Builder setDtypeValue (int value)
.tensorflow.DataType dtype = 4;
public CostGraphDef.Node.OutputInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CostGraphDef.Node.OutputInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public CostGraphDef.Node.OutputInfo.Builder setShape (TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3;
public CostGraphDef.Node.OutputInfo.Builder setShape (TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 3;