SavedSlice

パブリック最終クラスSavedSlice

 Saved tensor slice: it stores the name of the tensors, the slice, and the
 raw data.
 
Protobuf 型tensorflow.SavedSlice

ネストされたクラス

クラスSavedSlice.Builder
 Saved tensor slice: it stores the name of the tensors, the slice, and the
 raw data. 

定数

整数DATA_FIELD_NUMBER
整数NAME_FIELD_NUMBER
整数SLICE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
テンソルプロト
getData ()
 The raw data of the slice is stored as a TensorProto.
TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
静的SavedSlice
保存されたスライス
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getName ()
 Name of the tensor that this slice belongs to.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor that this slice belongs to.
整数
テンソルスライスプロト
getSlice ()
 Extent of the slice.
TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasData ()
 The raw data of the slice is stored as a TensorProto.
ブール値
hasSlice ()
 Extent of the slice.
整数
最終ブール値
静的SavedSlice.Builder
newBuilder ( SavedSliceプロトタイプ)
静的SavedSlice.Builder
SavedSlice.Builder
静的SavedSlice
parseDelimitedFrom (InputStream 入力)
静的SavedSlice
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedSlice
parseFrom (ByteBuffer データ)
静的SavedSlice
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedSlice
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedSlice
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SavedSlice
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedSlice
parseFrom (com.google.protobuf.ByteString データ)
静的SavedSlice
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedSlice
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
SavedSlice.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 3

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

定数値: 1

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

定数値: 2

パブリックメソッド

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

public TensorProto getData ()

 The raw data of the slice is stored as a TensorProto. Only raw data are
 stored (we don't fill in fields such as dtype or tensor_shape).
 
.tensorflow.TensorProto data = 3;

public TensorProtoOrBuilder getDataOrBuilder ()

 The raw data of the slice is stored as a TensorProto. Only raw data are
 stored (we don't fill in fields such as dtype or tensor_shape).
 
.tensorflow.TensorProto data = 3;

public static SavedSlice getDefaultInstance ()

public SavedSlice getDefaultInstanceForType ()

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

public String getName ()

 Name of the tensor that this slice belongs to. This must be identical to
 the name used to encode the key for this record.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor that this slice belongs to. This must be identical to
 the name used to encode the key for this record.
 
string name = 1;

公共getParserForType ()

public int getSerializedSize ()

public TensorSliceProto getSlice ()

 Extent of the slice.  Must have one entry for each of the dimension of the
 tensor that this slice belongs to.
 
.tensorflow.TensorSliceProto slice = 2;

public TensorSliceProtoOrBuilder getSliceOrBuilder ()

 Extent of the slice.  Must have one entry for each of the dimension of the
 tensor that this slice belongs to.
 
.tensorflow.TensorSliceProto slice = 2;

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

public boolean hasData ()

 The raw data of the slice is stored as a TensorProto. Only raw data are
 stored (we don't fill in fields such as dtype or tensor_shape).
 
.tensorflow.TensorProto data = 3;

public boolean hasSlice ()

 Extent of the slice.  Must have one entry for each of the dimension of the
 tensor that this slice belongs to.
 
.tensorflow.TensorSliceProto slice = 2;

public int hashCode ()

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

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

public static SavedSlice.Builder newBuilder ()

public SavedSlice.Builder newBuilderForType ()

public static SavedSlice parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SavedSlice parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SavedSlice.Builder toBuilder ()

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

投げる
IO例外