TensorShapeProto.Dim

کلاس نهایی استاتیک عمومی TensorShapeProto.Dim

 One dimension of the tensor.
 
نوع Protobuf tensorflow.TensorShapeProto.Dim

کلاس های تو در تو

کلاس TensorShapeProto.Dim.Builder
 One dimension of the tensor. 

ثابت ها

بین المللی NAME_FIELD_NUMBER
بین المللی SIZE_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
Static TensorShapeProto.Dim
TensorShapeProto.Dim
نهایی static com.google.protobuf.Descriptors.Descriptor
رشته
getName ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
بین المللی
طولانی
getSize ()
 Size of the tensor in that dimension.
com.google.protobuf.UnknownFieldSet نهایی
بین المللی
بولی نهایی
Static TensorShapeProto.Dim.Builder
Static TensorShapeProto.Dim.Builder
newBuilder (نمونه اولیه TensorShapeProto.Dim )
TensorShapeProto.Dim.Builder
Static TensorShapeProto.Dim
parseDelimitedFrom (ورودی جریان ورودی)
Static TensorShapeProto.Dim
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorShapeProto.Dim
parseFrom (داده های ByteBuffer)
Static TensorShapeProto.Dim
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorShapeProto.Dim
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorShapeProto.Dim
parseFrom (ورودی com.google.protobuf.CodedInputStream)
Static TensorShapeProto.Dim
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorShapeProto.Dim
parseFrom (داده های com.google.protobuf.ByteString)
Static TensorShapeProto.Dim
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorShapeProto.Dim
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
TensorShapeProto.Dim.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

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

ارزش ثابت: 2

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

ارزش ثابت: 1

روش های عمومی

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

عمومی استاتیک TensorShapeProto.Dim getDefaultInstance ()

عمومی TensorShapeProto.Dim getDefaultInstanceForType ()

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

رشته عمومی getName ()

 Optional name of the tensor dimension.
 
string name = 2;

عمومی com.google.protobuf.ByteString getNameBytes ()

 Optional name of the tensor dimension.
 
string name = 2;

عمومی getParserForType ()

عمومی int getSerializedSize ()

public long getSize ()

اندازه

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

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

هش کد عمومی ()

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

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

عمومی استاتیک TensorShapeProto.Dim.Builder newBuilder (نمونه اولیه TensorShapeProto.Dim )

عمومی TensorShapeProto.Dim.Builder newBuilderForType ()

عمومی استاتیک TensorShapeProto.Dim parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی ایستا TensorShapeProto.Dim parseDelimitedFrom (ورودی InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک TensorShapeProto.Dim parseFrom (داده بایت بافر)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک TensorShapeProto.Dim parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

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

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک TensorShapeProto.Dim parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

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

پرتاب می کند
InvalidProtocolBufferException

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

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک TensorShapeProto.Dim parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

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

پرتاب می کند
InvalidProtocolBufferException

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

عمومی TensorShapeProto.Dim.Builder toBuilder ()

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

پرتاب می کند
IOException