SavedSlice

کلاس نهایی عمومی SavedSlice

 Saved tensor slice: it stores the name of the tensors, the slice, and the
 raw data.
 
نوع Protobuf 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

روش های عمومی

بولی
برابر است (object obj)
TensorProto
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 ایستا
SavedSlice
نهایی static 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.
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
SavedSlice.Builder
SavedSlice ایستا
parseDelimitedFrom (ورودی جریان ورودی)
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 (بایت[] داده، 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
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی DATA_FIELD_NUMBER

مقدار ثابت: 3

نهایی استاتیک عمومی NAME_FIELD_NUMBER

ارزش ثابت: 1

نهایی استاتیک عمومی SLICE_FIELD_NUMBER

مقدار ثابت: 2

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی 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;

عمومی 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;

استاتیک عمومی SavedSlice getDefaultInstance ()

عمومی SavedSlice getDefaultInstanceForType ()

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

رشته عمومی 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;

عمومی 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 ()

عمومی int getSerializedSize ()

عمومی 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;

عمومی 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;

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

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;

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;

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی ثابت SavedSlice.Builder newBuilder (نمونه اولیه SavedSlice )

عمومی استاتیک SavedSlice.Builder newBuilder ()

عمومی SavedSlice.Builder newBuilderForType ()

عمومی ایستا SavedSlice parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی ایستا SavedSlice parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک SavedSlice parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی static SavedSlice parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک SavedSlice parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی static SavedSlice parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک SavedSlice parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک SavedSlice parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی static SavedSlice parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک SavedSlice parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی SavedSlice.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException