パブリック静的最終クラスTensorSpecProto.Builder
A protobuf to represent tf.TensorSpec.
tensorflow.TensorSpecProto パブリックメソッド
| TensorSpecProto.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| TensorSpecProto | 建てる() |
| TensorSpecProto | buildPartial () |
| TensorSpecProto.Builder | クリア() |
| TensorSpecProto.Builder | クリアDtype () .tensorflow.DataType dtype = 3; |
| TensorSpecProto.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
| TensorSpecProto.Builder | クリアネーム() string name = 1; |
| TensorSpecProto.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| TensorSpecProto.Builder | クリアシェイプ() .tensorflow.TensorShapeProto shape = 2; |
| TensorSpecProto.Builder | クローン() |
| TensorSpecProto | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| データ型 | getDtype () .tensorflow.DataType dtype = 3; |
| 整数 | getDtypeValue () .tensorflow.DataType dtype = 3; |
| 弦 | 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; |
| ブール値 | hasShape () .tensorflow.TensorShapeProto shape = 2; |
| 最終ブール値 | |
| TensorSpecProto.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorSpecProto.Builder | mergeFrom (com.google.protobuf.Message other) |
| TensorSpecProto.Builder | |
| 最終的なTensorSpecProto.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
| TensorSpecProto.Builder | |
| TensorSpecProto.Builder | setDtypeValue (int 値) .tensorflow.DataType dtype = 3; |
| TensorSpecProto.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| TensorSpecProto.Builder | setName (文字列値) string name = 1; |
| TensorSpecProto.Builder | setNameBytes (com.google.protobuf.ByteString 値) string name = 1; |
| TensorSpecProto.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
| TensorSpecProto.Builder | |
| TensorSpecProto.Builder | |
| 最終的なTensorSpecProto.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public TensorSpecProto.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
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 boolean hasShape ()
.tensorflow.TensorShapeProto shape = 2;
パブリック最終ブール値isInitialized ()
public TensorSpecProto.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public TensorSpecProto.Builder mergeShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 2;
public Final TensorSpecProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public TensorSpecProto.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public TensorSpecProto.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public TensorSpecProto.Builder setShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 2;
public TensorSpecProto.Builder setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;