SavedSlice.Builder

מחלקה סופית סטטית ציבורית SavedSlice.Builder

 Saved tensor slice: it stores the name of the tensors, the slice, and the
 raw data.
 
tensorflow.SavedSlice מסוג Protobuf.SavedSlice

שיטות ציבוריות

SavedSlice.Builder
addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
SavedSlice
SavedSlice
SavedSlice.Builder
SavedSlice.Builder
נקה נתונים ()
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)
SavedSlice.Builder
clearName ()
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedSlice.Builder
clearSlice ()
 Extent of the slice.
SavedSlice.Builder
TensorProto
getData ()
 The raw data of the slice is stored as a TensorProto.
TensorProto.Builder
getDataBuilder ()
 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
final static com.google.protobuf.Descriptors.Descriptor
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.
TensorSliceProto
getSlice ()
 Extent of the slice.
TensorSliceProto.Builder
getSliceBuilder ()
 Extent of the slice.
TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
בוליאני
hasData ()
 The raw data of the slice is stored as a TensorProto.
בוליאני
hasSlice ()
 Extent of the slice.
בוליאנית סופית
SavedSlice.Builder
mergeData (ערך TensorProto )
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSlice.Builder
mergeFrom (com.google.protobuf.Message אחר)
SavedSlice.Builder
mergeSlice (ערך TensorSliceProto )
 Extent of the slice.
הסופי SavedSlice.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedSlice.Builder
setData ( TensorProto.Builder builderForValue)
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
setData (ערך TensorProto )
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
SavedSlice.Builder
setName (ערך מחרוזת)
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
setNameBytes (ערך com.google.protobuf.ByteString)
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
SavedSlice.Builder
setSlice (ערך TensorSliceProto )
 Extent of the slice.
SavedSlice.Builder
setSlice ( TensorSliceProto.Builder builderForValue)
 Extent of the slice.
Final SavedSlice.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

Public SavedSlice.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

בניית SavedSlice ציבורית ()

Public SavedSlice buildPartial ()

ציבורי SavedSlice.Builder נקה ()

public SavedSlice.Builder clearData ()

 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 SavedSlice.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

public SavedSlice.Builder clearName ()

 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 SavedSlice.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SavedSlice.Builder clearSlice ()

 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;

שיבוט ציבורי SavedSlice.Builder ()

הציבור 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;

הציבור TensorProto.Builder getDataBuilder ()

 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;

הציבור 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 SavedSlice getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

מחרוזת ציבורית 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;

הציבור 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;

הציבור TensorSliceProto.Builder getSliceBuilder ()

 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;

הציבור 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;

יש נתונים בוליאני ציבורי ()

 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;

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 SavedSlice.Builder mergeData (ערך TensorProto )

 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 SavedSlice.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public SavedSlice.Builder mergeFrom (com.google.protobuf.Message אחר)

Public SavedSlice.Builder mergeSlice (ערך TensorSliceProto )

 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 SavedSlice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Public SavedSlice.Builder setData ( TensorProto.Builder builderForValue)

 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 SavedSlice.Builder setData (ערך TensorProto )

 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 SavedSlice.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

public SavedSlice.Builder setName (ערך מחרוזת)

 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 SavedSlice.Builder setNameBytes (ערך com.google.protobuf.ByteString)

 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 SavedSlice.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס int, ערך אובייקט)

Public SavedSlice.Builder setSlice (ערך TensorSliceProto )

 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 SavedSlice.Builder setSlice ( TensorSliceProto.Builder builderForValue)

 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 SavedSlice.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)