BoundedTensorSpecProto.Builder

パブリック静的最終クラスBoundedTensorSpecProto.Builder

 A protobuf to represent tf.BoundedTensorSpec.
 
Protobuf 型tensorflow.BoundedTensorSpecProto

パブリックメソッド

BoundedTensorSpecProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
BoundedTensorSpecProto
建てる()
BoundedTensorSpecProto
BoundedTensorSpecProto.Builder
クリア()
BoundedTensorSpecProto.Builder
クリアDtype ()
.tensorflow.DataType dtype = 3;
BoundedTensorSpecProto.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
BoundedTensorSpecProto.Builder
クリア最大値()
.tensorflow.TensorProto maximum = 5;
BoundedTensorSpecProto.Builder
クリア最小値()
.tensorflow.TensorProto minimum = 4;
BoundedTensorSpecProto.Builder
クリアネーム()
string name = 1;
BoundedTensorSpecProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
BoundedTensorSpecProto.Builder
クリアシェイプ()
.tensorflow.TensorShapeProto shape = 2;
BoundedTensorSpecProto.Builder
BoundedTensorSpecProto
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
データ・タイプ
getDtype ()
.tensorflow.DataType dtype = 3;
整数
getDtypeValue ()
.tensorflow.DataType dtype = 3;
テンソルプロト
get最大値()
.tensorflow.TensorProto maximum = 5;
TensorProto.Builder
getMinimumBuilder ()
.tensorflow.TensorProto maximum = 5;
TensorProtoOrBuilder
getMinimumOrBuilder ()
.tensorflow.TensorProto maximum = 5;
テンソルプロト
getMinimum ()
.tensorflow.TensorProto minimum = 4;
TensorProto.Builder
getMinimumBuilder ()
.tensorflow.TensorProto minimum = 4;
TensorProtoOrBuilder
getMinimumOrBuilder ()
.tensorflow.TensorProto minimum = 4;
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
テンソル形状プロト
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto.Builder
getShapeBuilder ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
ブール値
最大値()
.tensorflow.TensorProto maximum = 5;
ブール値
hasMinimum ()
.tensorflow.TensorProto minimum = 4;
ブール値
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
最終ブール値
BoundedTensorSpecProto.Builder
mergeFrom (com.google.protobuf.Message other)
BoundedTensorSpecProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BoundedTensorSpecProto.Builder
mergeMinimum ( TensorProto値)
.tensorflow.TensorProto maximum = 5;
BoundedTensorSpecProto.Builder
mergeMinimum ( TensorProto値)
.tensorflow.TensorProto minimum = 4;
BoundedTensorSpecProto.Builder
mergeShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 2;
最終的なBoundedTensorSpecProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
BoundedTensorSpecProto.Builder
setDtype ( DataType値)
.tensorflow.DataType dtype = 3;
BoundedTensorSpecProto.Builder
setDtypeValue (int 値)
.tensorflow.DataType dtype = 3;
BoundedTensorSpecProto.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
BoundedTensorSpecProto.Builder
setMinimum ( TensorProto.Builder builderForValue)
.tensorflow.TensorProto maximum = 5;
BoundedTensorSpecProto.Builder
setMinimum ( TensorProto値)
.tensorflow.TensorProto maximum = 5;
BoundedTensorSpecProto.Builder
setMinimum ( TensorProto値)
.tensorflow.TensorProto minimum = 4;
BoundedTensorSpecProto.Builder
setMinimum ( TensorProto.Builder builderForValue)
.tensorflow.TensorProto minimum = 4;
BoundedTensorSpecProto.Builder
setName (文字列値)
string name = 1;
BoundedTensorSpecProto.Builder
setNameBytes (com.google.protobuf.ByteString 値)
string name = 1;
BoundedTensorSpecProto.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
BoundedTensorSpecProto.Builder
setShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 2;
BoundedTensorSpecProto.Builder
setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;
最終的なBoundedTensorSpecProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

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

public BoundedTensorSpecProto build ()

public BoundedTensorSpecProto buildPartial ()

public BoundedTensorSpecProto.Builder clearDtype ()

.tensorflow.DataType dtype = 3;

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

public BoundedTensorSpecProto.Builder clearMinimum ()

.tensorflow.TensorProto maximum = 5;

public BoundedTensorSpecProto.Builder clearMinimum ()

.tensorflow.TensorProto minimum = 4;

public BoundedTensorSpecProto.Builder clearName ()

string name = 1;

public BoundedTensorSpecProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public BoundedTensorSpecProto.Builder clearShape ()

.tensorflow.TensorShapeProto shape = 2;

public BoundedTensorSpecProto.Builderクローン()

public BoundedTensorSpecProto getDefaultInstanceForType ()

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

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

public DataType getDtype ()

.tensorflow.DataType dtype = 3;

public int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public TensorProto getMinimum ()

.tensorflow.TensorProto maximum = 5;

public TensorProto.Builder getMinimumBuilder ()

.tensorflow.TensorProto maximum = 5;

public TensorProtoOrBuilder getMinimumOrBuilder ()

.tensorflow.TensorProto maximum = 5;

public TensorProto getMinimum ()

.tensorflow.TensorProto minimum = 4;

public TensorProto.Builder getMinimumBuilder ()

.tensorflow.TensorProto minimum = 4;

public TensorProtoOrBuilder getMinimumOrBuilder ()

.tensorflow.TensorProto minimum = 4;

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProto.Builder getShapeBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

パブリックブール値の最大値()

.tensorflow.TensorProto maximum = 5;

public boolean hasMinimum ()

.tensorflow.TensorProto minimum = 4;

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

.tensorflow.TensorShapeProto shape = 2;

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

public BoundedTensorSpecProto.Builder mergeFrom (com.google.protobuf.Message other)

public BoundedTensorSpecProto.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public BoundedTensorSpecProto.Builder mergeMinimum ( TensorProto値)

.tensorflow.TensorProto maximum = 5;

public BoundedTensorSpecProto.Builder mergeMinimum ( TensorProto値)

.tensorflow.TensorProto minimum = 4;

public BoundedTensorSpecProto.Builder mergeShape ( TensorShapeProto値)

.tensorflow.TensorShapeProto shape = 2;

public Final BoundedTensorSpecProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public BoundedTensorSpecProto.Builder setDtype ( DataType値)

.tensorflow.DataType dtype = 3;

public BoundedTensorSpecProto.Builder setDtypeValue (int 値)

.tensorflow.DataType dtype = 3;

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

public BoundedTensorSpecProto.Builder setMinimum ( TensorProto.Builder builderForValue)

.tensorflow.TensorProto maximum = 5;

public BoundedTensorSpecProto.Builder setMinimum ( TensorProto値)

.tensorflow.TensorProto maximum = 5;

public BoundedTensorSpecProto.Builder setMinimum ( TensorProto値)

.tensorflow.TensorProto minimum = 4;

public BoundedTensorSpecProto.Builder setMinimum ( TensorProto.Builder builderForValue)

.tensorflow.TensorProto minimum = 4;

public BoundedTensorSpecProto.Builder setName (文字列値)

string name = 1;

public BoundedTensorSpecProto.Builder setNameBytes (com.google.protobuf.ByteString 値)

string name = 1;

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

public BoundedTensorSpecProto.Builder setShape ( TensorShapeProto値)

.tensorflow.TensorShapeProto shape = 2;

public BoundedTensorSpecProto.Builder setShape ( TensorShapeProto.Builder builderForValue)

.tensorflow.TensorShapeProto shape = 2;

public Final BoundedTensorSpecProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)