CostGraphDef.Node.OutputInfo.Builder

パブリック静的最終クラスCostGraphDef.Node.OutputInfo.Builder

 Outputs of this node.
 
Protobuf 型tensorflow.CostGraphDef.Node.OutputInfo

パブリックメソッド

CostGraphDef.Node.OutputInfo.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
CostGraphDef.Node.OutputInfo
建てる()
CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo.Builder
クリア()
CostGraphDef.Node.OutputInfo.Builder
clearAliasInputPort ()
 If >= 0, the output is an alias of an input.
CostGraphDef.Node.OutputInfo.Builder
クリアDtype ()
.tensorflow.DataType dtype = 4;
CostGraphDef.Node.OutputInfo.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
CostGraphDef.Node.OutputInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CostGraphDef.Node.OutputInfo.Builder
クリアシェイプ()
.tensorflow.TensorShapeProto shape = 3;
CostGraphDef.Node.OutputInfo.Builder
クリアサイズ()
int64 size = 1;
CostGraphDef.Node.OutputInfo.Builder
長さ
getAliasInputPort ()
 If >= 0, the output is an alias of an input.
CostGraphDef.Node.OutputInfo
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
データ・タイプ
getDtype ()
.tensorflow.DataType dtype = 4;
整数
getDtypeValue ()
.tensorflow.DataType dtype = 4;
テンソル形状プロト
getShape ()
.tensorflow.TensorShapeProto shape = 3;
TensorShapeProto.Builder
getShapeBuilder ()
.tensorflow.TensorShapeProto shape = 3;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 3;
長さ
getSize ()
int64 size = 1;
ブール値
hasShape ()
.tensorflow.TensorShapeProto shape = 3;
最終ブール値
CostGraphDef.Node.OutputInfo.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CostGraphDef.Node.OutputInfo.Builder
mergeFrom (com.google.protobuf.Message other)
CostGraphDef.Node.OutputInfo.Builder
mergeShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 3;
最終的なCostGraphDef.Node.OutputInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
CostGraphDef.Node.OutputInfo.Builder
setAliasInputPort (長い値)
 If >= 0, the output is an alias of an input.
CostGraphDef.Node.OutputInfo.Builder
setDtype ( DataType値)
.tensorflow.DataType dtype = 4;
CostGraphDef.Node.OutputInfo.Builder
setDtypeValue (int 値)
.tensorflow.DataType dtype = 4;
CostGraphDef.Node.OutputInfo.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
CostGraphDef.Node.OutputInfo.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
CostGraphDef.Node.OutputInfo.Builder
setShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 3;
CostGraphDef.Node.OutputInfo.Builder
setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 3;
CostGraphDef.Node.OutputInfo.Builder
setSize (長い値)
int64 size = 1;
最終的なCostGraphDef.Node.OutputInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public CostGraphDef.Node.OutputInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public CostGraphDef.Node.OutputInfo buildPartial ()

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 clearDtype ()

.tensorflow.DataType dtype = 4;

public CostGraphDef.Node.OutputInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public CostGraphDef.Node.OutputInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public CostGraphDef.Node.OutputInfo.Builder clearShape ()

.tensorflow.TensorShapeProto shape = 3;

public CostGraphDef.Node.OutputInfo.Builder clearSize ()

int64 size = 1;

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 CostGraphDef.Node.OutputInfo getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public DataType getDtype ()

.tensorflow.DataType dtype = 4;

public int getDtypeValue ()

.tensorflow.DataType dtype = 4;

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 3;

public TensorShapeProto.Builder getShapeBuilder ()

.tensorflow.TensorShapeProto shape = 3;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 3;

public long getSize ()

int64 size = 1;

パブリックブール値hasShape ()

.tensorflow.TensorShapeProto shape = 3;

パブリック最終ブール値isInitialized ()

public CostGraphDef.Node.OutputInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public CostGraphDef.Node.OutputInfo.Builder mergeFrom (com.google.protobuf.Message other)

public CostGraphDef.Node.OutputInfo.Builder mergeShape ( TensorShapeProto値)

.tensorflow.TensorShapeProto shape = 3;

public Final CostGraphDef.Node.OutputInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public CostGraphDef.Node.OutputInfo.Builder setAliasInputPort (long 値)

 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値)

.tensorflow.DataType dtype = 4;

public CostGraphDef.Node.OutputInfo.Builder setDtypeValue (int 値)

.tensorflow.DataType dtype = 4;

public CostGraphDef.Node.OutputInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public CostGraphDef.Node.OutputInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public CostGraphDef.Node.OutputInfo.Builder setShape ( TensorShapeProto値)

.tensorflow.TensorShapeProto shape = 3;

public CostGraphDef.Node.OutputInfo.Builder setShape ( TensorShapeProto.Builder builderForValue)

.tensorflow.TensorShapeProto shape = 3;

public CostGraphDef.Node.OutputInfo.Builder setSize (long 値)

int64 size = 1;

public Final CostGraphDef.Node.OutputInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)