מחלקה סופית סטטית ציבורית SavedSliceMeta.Builder
Metadata describing the set of slices of the same tensor saved in a checkpoint file.
tensorflow.SavedSliceMeta
מסוג Protobuf.SavedSliceMeta שיטות ציבוריות
SavedSliceMeta.Builder | addAllSlice (Iterable<? מרחיב את הערכים של TensorSliceProto >) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
SavedSliceMeta.Builder | |
SavedSliceMeta.Builder | addSlice ( TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | |
SavedSliceMeta.Builder | addSlice (int index, TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file. |
TensorSliceProto.Builder | addSliceBuilder () Explicit list of slices saved in the checkpoint file. |
TensorSliceProto.Builder | addSliceBuilder (int index) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta | לבנות () |
SavedSliceMeta | buildPartial () |
SavedSliceMeta.Builder | ברור () |
SavedSliceMeta.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
SavedSliceMeta.Builder | clearName () Name of the tensor. |
SavedSliceMeta.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SavedSliceMeta.Builder | clearShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
SavedSliceMeta.Builder | clearSlice () Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | clearType () Type of the tensor .tensorflow.DataType type = 3; |
SavedSliceMeta.Builder | שיבוט () |
SavedSliceMeta | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
חוּט | getName () Name of the tensor. |
com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
TensorShapeProto | getShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
TensorShapeProto.Builder | getShapeBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
TensorSliceProto | getSlice (int index) Explicit list of slices saved in the checkpoint file. |
TensorSliceProto.Builder | getSliceBuilder (int index) Explicit list of slices saved in the checkpoint file. |
רשימה< TensorSliceProto.Builder > | getSliceBuilderList () Explicit list of slices saved in the checkpoint file. |
int | getSliceCount () Explicit list of slices saved in the checkpoint file. |
רשימה< TensorSliceProto > | getSliceList () Explicit list of slices saved in the checkpoint file. |
TensorSliceProtoOrBuilder | getSliceOrBuilder (int index) Explicit list of slices saved in the checkpoint file. |
רשימה<? מרחיב את TensorSliceProtoOrBuilder > | getSliceOrBuilderList () Explicit list of slices saved in the checkpoint file. |
DataType | getType () Type of the tensor .tensorflow.DataType type = 3; |
int | getTypeValue () Type of the tensor .tensorflow.DataType type = 3; |
בוליאני | hasShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
בוליאנית סופית | |
SavedSliceMeta.Builder | mergeFrom (com.google.protobuf.Message אחר) |
SavedSliceMeta.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSliceMeta.Builder | |
Final SavedSliceMeta.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
SavedSliceMeta.Builder | removeSlice (int index) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
SavedSliceMeta.Builder | setName (ערך מחרוזת) Name of the tensor. |
SavedSliceMeta.Builder | setNameBytes (ערך com.google.protobuf.ByteString) Name of the tensor. |
SavedSliceMeta.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
SavedSliceMeta.Builder | |
SavedSliceMeta.Builder | setShape ( TensorShapeProto.Builder builderForValue) Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
SavedSliceMeta.Builder | |
SavedSliceMeta.Builder | setSlice (int index, TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | |
SavedSliceMeta.Builder | setTypeValue (ערך int) Type of the tensor .tensorflow.DataType type = 3; |
Final SavedSliceMeta.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public SavedSliceMeta.Builder addAllSlice (Iterable<? מרחיב את הערכים של TensorSliceProto >)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Public SavedSliceMeta.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
Public SavedSliceMeta.Builder addSlice (אינדקס int, ערך TensorSliceProto )
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Public SavedSliceMeta.Builder addSlice ( TensorSliceProto.Builder builderForValue)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Public SavedSliceMeta.Builder addSlice (ערך TensorSliceProto )
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Public SavedSliceMeta.Builder addSlice (int index, TensorSliceProto.Builder builderForValue)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
הציבור TensorSliceProto.Builder addSliceBuilder ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public TensorSliceProto.Builder addSliceBuilder (int index)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Public SavedSliceMeta.Builder clearShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
public SavedSliceMeta.Builder clearSlice ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
מחרוזת ציבורית getName ()
Name of the tensor.
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1;
הציבור TensorShapeProto.Builder getShapeBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
הציבור TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
Public TensorSliceProto getSlice (int index)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
הציבור TensorSliceProto.Builder getSliceBuilder (אינדקס int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
רשימה ציבורית< TensorSliceProto.Builder > getSliceBuilderList ()
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;
רשימה ציבורית< TensorSliceProto > getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
הציבור TensorSliceProtoOrBuilder getSliceOrBuilder (int index)
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;
public int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3;
hasShape בוליאני ציבורי ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
בוליאני הסופי הציבורי הוא אתחול ()
Public SavedSliceMeta.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
Public SavedSliceMeta.Builder mergeShape (ערך TensorShapeProto )
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
Public final SavedSliceMeta.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SavedSliceMeta.Builder removeSlice (int index)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Public SavedSliceMeta.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
Public SavedSliceMeta.Builder setNameBytes (ערך com.google.protobuf.ByteString)
Name of the tensor.
string name = 1;
Public SavedSliceMeta.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס int, ערך אובייקט)
Public SavedSliceMeta.Builder setShape (ערך TensorShapeProto )
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
Public SavedSliceMeta.Builder setShape ( TensorShapeProto.Builder builderForValue)
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
Public SavedSliceMeta.Builder setSlice (int index, ערך TensorSliceProto )
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Public SavedSliceMeta.Builder setSlice (int index, TensorSliceProto.Builder builderForValue)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public SavedSliceMeta.Builder setType (ערך DataType )
Type of the tensor
.tensorflow.DataType type = 3;
public SavedSliceMeta.Builder setTypeValue (ערך int)
Type of the tensor
.tensorflow.DataType type = 3;