パブリック静的最終クラスSaveSliceInfoDef.Builder
Protobuf 型tensorflow.SaveSliceInfoDef
パブリックメソッド
SaveSliceInfoDef.Builder | addAllFullShape (Iterable<? extends Long> 値) Shape of the full variable. |
SaveSliceInfoDef.Builder | addAllVarOffset (Iterable<? extends Long> 値) Offset of this variable into the full variable. |
SaveSliceInfoDef.Builder | addAllVarShape (Iterable<? extends Long> 値) Shape of this variable. |
SaveSliceInfoDef.Builder | addFullShape (長い値) Shape of the full variable. |
SaveSliceInfoDef.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
SaveSliceInfoDef.Builder | addVarOffset (長い値) Offset of this variable into the full variable. |
SaveSliceInfoDef.Builder | addVarShape (長い値) Shape of this variable. |
スライス情報定義を保存 | 建てる() |
スライス情報定義を保存 | buildPartial () |
SaveSliceInfoDef.Builder | クリア() |
SaveSliceInfoDef.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
SaveSliceInfoDef.Builder | クリアフルネーム() Name of the full variable of which this is a slice. |
SaveSliceInfoDef.Builder | クリアフルシェイプ() Shape of the full variable. |
SaveSliceInfoDef.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SaveSliceInfoDef.Builder | clearVarOffset () Offset of this variable into the full variable. |
SaveSliceInfoDef.Builder | クリアVarShape () Shape of this variable. |
SaveSliceInfoDef.Builder | クローン() |
スライス情報定義を保存 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
弦 | getFullName () Name of the full variable of which this is a slice. |
com.google.protobuf.ByteString | getFullNameBytes () Name of the full variable of which this is a slice. |
長さ | getFullShape (int インデックス) Shape of the full variable. |
整数 | getFullShapeCount () Shape of the full variable. |
リスト<長い> | getFullShapeList () Shape of the full variable. |
長さ | getVarOffset (int インデックス) Offset of this variable into the full variable. |
整数 | getVarOffsetCount () Offset of this variable into the full variable. |
リスト<長い> | getVarOffsetList () Offset of this variable into the full variable. |
長さ | getVarShape (int インデックス) Shape of this variable. |
整数 | getVarShapeCount () Shape of this variable. |
リスト<長い> | getVarShapeList () Shape of this variable. |
最終ブール値 | |
SaveSliceInfoDef.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SaveSliceInfoDef.Builder | mergeFrom (com.google.protobuf.Message other) |
最終的なSaveSliceInfoDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
SaveSliceInfoDef.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
SaveSliceInfoDef.Builder | setFullName (文字列値) Name of the full variable of which this is a slice. |
SaveSliceInfoDef.Builder | setFullNameBytes (com.google.protobuf.ByteString 値) Name of the full variable of which this is a slice. |
SaveSliceInfoDef.Builder | setFullShape (int インデックス、long 値) Shape of the full variable. |
SaveSliceInfoDef.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
最終的なSaveSliceInfoDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
SaveSliceInfoDef.Builder | setVarOffset (int インデックス、long 値) Offset of this variable into the full variable. |
SaveSliceInfoDef.Builder | setVarShape (int インデックス、long 値) Shape of this variable. |
継承されたメソッド
パブリックメソッド
public SaveSliceInfoDef.Builder addAllFullShape (Iterable<? extends Long> 値)
Shape of the full variable.
repeated int64 full_shape = 2;
public SaveSliceInfoDef.Builder addAllVarOffset (Iterable<? extends Long> 値)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public SaveSliceInfoDef.Builder addAllVarShape (Iterable<? extends Long> 値)
Shape of this variable.
repeated int64 var_shape = 4;
public SaveSliceInfoDef.Builder addFullShape (long 値)
Shape of the full variable.
repeated int64 full_shape = 2;
public SaveSliceInfoDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public SaveSliceInfoDef.Builder addVarOffset (長い値)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public SaveSliceInfoDef.Builder addVarShape (long 値)
Shape of this variable.
repeated int64 var_shape = 4;
public SaveSliceInfoDef.Builder clearFullName ()
Name of the full variable of which this is a slice.
string full_name = 1;
public SaveSliceInfoDef.Builder clearFullShape ()
Shape of the full variable.
repeated int64 full_shape = 2;
public SaveSliceInfoDef.Builder clearVarOffset ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public SaveSliceInfoDef.Builder clearVarShape ()
Shape of this variable.
repeated int64 var_shape = 4;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
パブリック String getFullName ()
Name of the full variable of which this is a slice.
string full_name = 1;
public com.google.protobuf.ByteString getFullNameBytes ()
Name of the full variable of which this is a slice.
string full_name = 1;
public long getFullShape (int インデックス)
Shape of the full variable.
repeated int64 full_shape = 2;
public int getFullShapeCount ()
Shape of the full variable.
repeated int64 full_shape = 2;
public List<Long> getFullShapeList ()
Shape of the full variable.
repeated int64 full_shape = 2;
public long getVarOffset (int インデックス)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public int getVarOffsetCount ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public List<Long> getVarOffsetList ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public long getVarShape (int インデックス)
Shape of this variable.
repeated int64 var_shape = 4;
public int getVarShapeCount ()
Shape of this variable.
repeated int64 var_shape = 4;
public List<Long> getVarShapeList ()
Shape of this variable.
repeated int64 var_shape = 4;
パブリック最終ブール値isInitialized ()
public SaveSliceInfoDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public Final SaveSliceInfoDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public SaveSliceInfoDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public SaveSliceInfoDef.Builder setFullName (文字列値)
Name of the full variable of which this is a slice.
string full_name = 1;
public SaveSliceInfoDef.Builder setFullNameBytes (com.google.protobuf.ByteString 値)
Name of the full variable of which this is a slice.
string full_name = 1;
public SaveSliceInfoDef.Builder setFullShape (int インデックス、long 値)
Shape of the full variable.
repeated int64 full_shape = 2;
public SaveSliceInfoDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public Final SaveSliceInfoDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public SaveSliceInfoDef.Builder setVarOffset (int インデックス、long 値)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public SaveSliceInfoDef.Builder setVarShape (int インデックス、long 値)
Shape of this variable.
repeated int64 var_shape = 4;