パブリック最終クラスSavedSliceMeta
Metadata describing the set of slices of the same tensor saved in a checkpoint file.
tensorflow.SavedSliceMeta
ネストされたクラス
クラス | 保存済みSliceMeta.Builder | Metadata describing the set of slices of the same tensor saved in a checkpoint file. |
定数
整数 | NAME_FIELD_NUMBER | |
整数 | SHAPE_FIELD_NUMBER | |
整数 | SLICE_FIELD_NUMBER | |
整数 | TYPE_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
静的SavedSliceMeta | |
保存済みスライスメタ | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | getName () Name of the tensor. |
com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
整数 | |
テンソル形状プロト | getShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
テンソルスライスプロト | getSlice (int インデックス) Explicit list of slices saved in the checkpoint file. |
整数 | getSliceCount () Explicit list of slices saved in the checkpoint file. |
リスト< TensorSliceProto > | getSliceList () Explicit list of slices saved in the checkpoint file. |
TensorSliceProtoOrBuilder | getSliceOrBuilder (int インデックス) Explicit list of slices saved in the checkpoint file. |
リスト<? TensorSliceProtoOrBuilderを拡張 > | getSliceOrBuilderList () Explicit list of slices saved in the checkpoint file. |
データ型 | getType () Type of the tensor .tensorflow.DataType type = 3; |
整数 | getTypeValue () Type of the tensor .tensorflow.DataType type = 3; |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | hasShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
整数 | ハッシュコード() |
最終ブール値 | |
静的SavedSliceMeta.Builder | newBuilder ( SavedSliceMetaプロトタイプ) |
静的SavedSliceMeta.Builder | newBuilder () |
保存済みSliceMeta.Builder | |
静的SavedSliceMeta | parseDelimitedFrom (InputStream 入力) |
静的SavedSliceMeta | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedSliceMeta | parseFrom (ByteBuffer データ) |
静的SavedSliceMeta | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedSliceMeta | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedSliceMeta | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的SavedSliceMeta | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedSliceMeta | parseFrom (com.google.protobuf.ByteString データ) |
静的SavedSliceMeta | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedSliceMeta | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
保存済みSliceMeta.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 1
パブリック静的最終整数SHAPE_FIELD_NUMBER
定数値: 2
パブリック静的最終整数SLICE_FIELD_NUMBER
定数値: 4
パブリック静的最終整数TYPE_FIELD_NUMBER
定数値: 3
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getName ()
Name of the tensor.
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1;
公共 getParserForType ()
public int getSerializedSize ()
public TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
public TensorSliceProto getSlice (int インデックス)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public int getSliceCount ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public List< TensorSliceProto > getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public TensorSliceProtoOrBuilder getSliceOrBuilder (int インデックス)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
公開リスト<? extends TensorSliceProtoOrBuilder > getSliceOrBuilderList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
パブリックブール値hasShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static SavedSliceMeta parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedSliceMeta parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedSliceMeta parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SavedSliceMeta parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SavedSliceMeta parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedSliceMeta parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|