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

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的TensorConnection
テンソル接続
最終的な静的 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
整数
最終ブール値
静的TensorConnection.Builder
newBuilder ( TensorConnectionプロトタイプ)
静的TensorConnection.Builder
TensorConnection.Builder
静的TensorConnection
parseDelimitedFrom (InputStream 入力)
静的TensorConnection
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorConnection
parseFrom (ByteBuffer データ)
静的TensorConnection
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorConnection
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorConnection
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TensorConnection
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorConnection
parseFrom (com.google.protobuf.ByteString データ)
静的TensorConnection
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorConnection
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

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static TensorConnection getDefaultInstance ()

public TensorConnection getDefaultInstanceForType ()

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

パブリック String getFromTensor ()

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

public 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 ()

public int getSerializedSize ()

パブリック String 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;

public 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;

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static TensorConnection.Builder newBuilder ( TensorConnectionプロトタイプ)

public static TensorConnection.Builder newBuilder ()

public TensorConnection.Builder newBuilderForType ()

public static TensorConnection parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static TensorConnection parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorConnection parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static TensorConnection parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorConnection parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TensorConnection parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static TensorConnection parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TensorConnection parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static TensorConnection parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorConnection parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public TensorConnection.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外