SaveSliceInfoDef

パブリック最終クラスSaveSliceInfoDef

Protobuf 型tensorflow.SaveSliceInfoDef

ネストされたクラス

クラスSaveSliceInfoDef.Builder Protobuf 型tensorflow.SaveSliceInfoDef

定数

整数FULL_NAME_FIELD_NUMBER
整数FULL_SHAPE_FIELD_NUMBER
整数VAR_OFFSET_FIELD_NUMBER
整数VAR_SHAPE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的SaveSliceInfoDef
スライス情報定義を保存
最終的な静的 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.
整数
最終的な com.google.protobuf.UnknownFieldSet
長さ
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
newBuilder ( SaveSliceInfoDefプロトタイプ)
静的SaveSliceInfoDef.Builder
SaveSliceInfoDef.Builder
静的SaveSliceInfoDef
parseDelimitedFrom (InputStream 入力)
静的SaveSliceInfoDef
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveSliceInfoDef
parseFrom (ByteBuffer データ)
静的SaveSliceInfoDef
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveSliceInfoDef
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveSliceInfoDef
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SaveSliceInfoDef
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveSliceInfoDef
parseFrom (com.google.protobuf.ByteString データ)
静的SaveSliceInfoDef
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveSliceInfoDef
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
SaveSliceInfoDef.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数FULL_NAME_FIELD_NUMBER

定数値: 1

パブリック静的最終整数FULL_SHAPE_FIELD_NUMBER

定数値: 2

パブリック静的最終整数VAR_OFFSET_FIELD_NUMBER

定数値: 3

パブリック静的最終整数VAR_SHAPE_FIELD_NUMBER

定数値: 4

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static SaveSliceInfoDef getDefaultInstance ()

public SaveSliceInfoDef getDefaultInstanceForType ()

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

パブリック 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;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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;

public int hashCode ()

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

public static SaveSliceInfoDef.Builder newBuilder ( SaveSliceInfoDefプロトタイプ)

public static SaveSliceInfoDef.Builder newBuilder ()

public SaveSliceInfoDef.Builder newBuilderForType ()

public static SaveSliceInfoDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static SaveSliceInfoDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SaveSliceInfoDef parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static SaveSliceInfoDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SaveSliceInfoDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SaveSliceInfoDef parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static SaveSliceInfoDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SaveSliceInfoDef parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static SaveSliceInfoDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SaveSliceInfoDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public SaveSliceInfoDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外