パブリック最終クラスSavedSlice
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.
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 | newBuilder () |
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 | toビルダー() |
空所 | 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 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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|