パブリック最終クラスSavedTensorSlices
Each record in a v3 checkpoint file is a serialized SavedTensorSlices message.
tensorflow.SavedTensorSlices
ネストされたクラス
クラス | 保存済みTensorSlices.Builder | Each record in a v3 checkpoint file is a serialized SavedTensorSlices message. |
定数
整数 | DATA_FIELD_NUMBER | |
整数 | META_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
保存されたスライス | getData () This exists in all but the first item of each checkpoint file. |
保存済みスライスまたはビルダー | getDataOrBuilder () This exists in all but the first item of each checkpoint file. |
静的SavedTensorSlices | |
保存されたTensorSlices | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
保存済みTensorSliceMeta | getMeta () This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
保存済みTensorSliceMetaOrBuilder | getMetaOrBuilder () This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | hasData () This exists in all but the first item of each checkpoint file. |
ブール値 | メタがある() This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
整数 | ハッシュコード() |
最終ブール値 | |
静的SavedTensorSlices.Builder | newBuilder ( SavedTensorSlicesプロトタイプ) |
静的SavedTensorSlices.Builder | newBuilder () |
保存済みTensorSlices.Builder | |
静的SavedTensorSlices | parseDelimitedFrom (InputStream 入力) |
静的SavedTensorSlices | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedTensorSlices | parseFrom (ByteBuffer データ) |
静的SavedTensorSlices | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedTensorSlices | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedTensorSlices | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的SavedTensorSlices | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedTensorSlices | parseFrom (com.google.protobuf.ByteString データ) |
静的SavedTensorSlices | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedTensorSlices | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
保存済みTensorSlices.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DATA_FIELD_NUMBER
定数値: 2
パブリック静的最終整数META_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public SavedSlice getData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public SavedSliceOrBuilder getDataOrBuilder ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public SavedTensorSliceMeta getMeta ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public SavedTensorSliceMetaOrBuilder getMetaOrBuilder ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public boolean hasMeta ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static SavedTensorSlices parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedTensorSlices parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedTensorSlices parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SavedTensorSlices parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SavedTensorSlices parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedTensorSlices parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|