パブリック静的最終クラスTensorShapeProto.Dim.Builder
One dimension of the tensor.
tensorflow.TensorShapeProto.Dim パブリックメソッド
| TensorShapeProto.Dim.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| TensorShapeProto.Dim | 建てる() |
| TensorShapeProto.Dim | buildPartial () |
| TensorShapeProto.Dim.Builder | クリア() |
| TensorShapeProto.Dim.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
| TensorShapeProto.Dim.Builder | クリアネーム() Optional name of the tensor dimension. |
| TensorShapeProto.Dim.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| TensorShapeProto.Dim.Builder | クリアサイズ() Size of the tensor in that dimension. |
| TensorShapeProto.Dim.Builder | クローン() |
| TensorShapeProto.Dim | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getName () Optional name of the tensor dimension. |
| com.google.protobuf.ByteString | getNameBytes () Optional name of the tensor dimension. |
| 長さ | getSize () Size of the tensor in that dimension. |
| 最終ブール値 | |
| TensorShapeProto.Dim.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorShapeProto.Dim.Builder | mergeFrom (com.google.protobuf.Message other) |
| 最終的なTensorShapeProto.Dim.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
| TensorShapeProto.Dim.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| TensorShapeProto.Dim.Builder | setName (文字列値) Optional name of the tensor dimension. |
| TensorShapeProto.Dim.Builder | setNameBytes (com.google.protobuf.ByteString 値) Optional name of the tensor dimension. |
| TensorShapeProto.Dim.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
| TensorShapeProto.Dim.Builder | setSize (長い値) Size of the tensor in that dimension. |
| 最終的なTensorShapeProto.Dim.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public TensorShapeProto.Dim.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public TensorShapeProto.Dim.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
public TensorShapeProto.Dim.Builder clearName ()
Optional name of the tensor dimension.
string name = 2; public TensorShapeProto.Dim.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public TensorShapeProto.Dim.Builder clearSize ()
Size of the tensor in that dimension. This value must be >= -1, but values of -1 are reserved for "unknown" shapes (values of -1 mean "unknown" dimension). Certain wrappers that work with TensorShapeProto may fail at runtime when deserializing a TensorShapeProto containing a dim value of -1.
int64 size = 1; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getName ()
Optional name of the tensor dimension.
string name = 2; public com.google.protobuf.ByteString getNameBytes ()
Optional name of the tensor dimension.
string name = 2; public long getSize ()
Size of the tensor in that dimension. This value must be >= -1, but values of -1 are reserved for "unknown" shapes (values of -1 mean "unknown" dimension). Certain wrappers that work with TensorShapeProto may fail at runtime when deserializing a TensorShapeProto containing a dim value of -1.
int64 size = 1; パブリック最終ブール値isInitialized ()
public TensorShapeProto.Dim.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public Final TensorShapeProto.Dim.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public TensorShapeProto.Dim.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public TensorShapeProto.Dim.Builder setName (文字列値)
Optional name of the tensor dimension.
string name = 2; public TensorShapeProto.Dim.Builder setNameBytes (com.google.protobuf.ByteString 値)
Optional name of the tensor dimension.
string name = 2; public TensorShapeProto.Dim.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public TensorShapeProto.Dim.Builder setSize (long 値)
Size of the tensor in that dimension. This value must be >= -1, but values of -1 are reserved for "unknown" shapes (values of -1 mean "unknown" dimension). Certain wrappers that work with TensorShapeProto may fail at runtime when deserializing a TensorShapeProto containing a dim value of -1.
int64 size = 1;