공용 인터페이스 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 (정수 인덱스) 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 (정수 인덱스) 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; |
추상 정수 | getType값 () Type of the tensor .tensorflow.DataType type = 3; |
추상 부울 | 해시쉐이프 () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
공개 방법
공개 추상 문자열 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;
공개 추상 int getSliceCount ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
공개 추상 목록< 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;
공개 요약 목록<? 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;