パブリック インターフェイスSavedSliceMetaOrBuilder
| 既知の間接サブクラス |
パブリックメソッド
| 抽象文字列 | getName () Name of the tensor. |
| 抽象的な com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
| 抽象TensorShapeProto | getShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
| 抽象TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
| 抽象TensorSliceProto | 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; |
| 抽象ブール値 | hasShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
パブリックメソッド
パブリック抽象 String getName ()
Name of the tensor.
string name = 1; パブリック抽象 com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1; パブリック抽象TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2; パブリック抽象TensorSliceProto getSlice (int インデックス)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; public abstract int getSliceCount ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; public abstract List< TensorSliceProto > getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; パブリック抽象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; パブリック抽象 int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3; パブリック抽象ブール値hasShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;