TensorConnection

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

 Defines a connection between two tensors in a `GraphDef`.
 
نوع Protobuf tensorflow.TensorConnection

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

کلاس TensorConnection.Builder
 Defines a connection between two tensors in a `GraphDef`. 

ثابت ها

بین المللی FROM_TENSOR_FIELD_NUMBER
بین المللی TO_TENSOR_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
اتصال تنسور استاتیک
تنسور اتصال
نهایی static com.google.protobuf.Descriptors.Descriptor
رشته
getFromTensor ()
 A tensor name.
com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
بین المللی
رشته
getToTensor ()
 A tensor name.
com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.
com.google.protobuf.UnknownFieldSet نهایی
بین المللی
بولی نهایی
Static TensorConnection.Builder
newBuilder (نمونه اولیه TensorConnection )
Static TensorConnection.Builder
TensorConnection.Builder
اتصال تنسور استاتیک
parseDelimitedFrom (ورودی جریان ورودی)
اتصال تنسور استاتیک
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
اتصال تنسور استاتیک
parseFrom (داده های ByteBuffer)
اتصال تنسور استاتیک
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
اتصال تنسور استاتیک
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
اتصال تنسور استاتیک
parseFrom (ورودی com.google.protobuf.CodedInputStream)
اتصال تنسور استاتیک
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
اتصال تنسور استاتیک
parseFrom (داده های com.google.protobuf.ByteString)
اتصال تنسور استاتیک
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
اتصال تنسور استاتیک
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
TensorConnection.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

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

ارزش ثابت: 1

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

مقدار ثابت: 2

روش های عمومی

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

عمومی Static TensorConnection getDefaultInstance ()

عمومی TensorConnection getDefaultInstanceForType ()

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

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

رشته

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

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

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

عمومی getParserForType ()

عمومی int getSerializedSize ()

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

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

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

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

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

هش کد عمومی ()

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

عمومی Static TensorConnection.Builder newBuilder (نمونه اولیه TensorConnection )

عمومی Static TensorConnection.Builder newBuilder ()

عمومی TensorConnection.Builder newBuilderForType ()

عمومی Static TensorConnection parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی Static TensorConnection parseDelimitedFrom (ورودی جریان ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

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

پرتاب می کند
InvalidProtocolBufferException

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

پرتاب می کند
IOException

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

پرتاب می کند
InvalidProtocolBufferException

عمومی Static TensorConnection parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

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

پرتاب می کند
InvalidProtocolBufferException

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

پرتاب می کند
InvalidProtocolBufferException

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

پرتاب می کند
IOException

عمومی static TensorConnection parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

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

عمومی TensorConnection.Builder toBuilder ()

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

پرتاب می کند
IOException