TensorConnection.Builder

パブリック静的最終クラスTensorConnection.Builder

 Defines a connection between two tensors in a `GraphDef`.
 
Protobuf 型tensorflow.TensorConnection

パブリックメソッド

TensorConnection.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
テンソル接続
建てる()
テンソル接続
TensorConnection.Builder
クリア()
TensorConnection.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
TensorConnection.Builder
clearFromTensor ()
 A tensor name.
TensorConnection.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorConnection.Builder
クリアToTensor ()
 A tensor name.
TensorConnection.Builder
テンソル接続
最終的な静的 com.google.protobuf.Descriptors.Descriptor
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.
最終ブール値
TensorConnection.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なTensorConnection.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
TensorConnection.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
TensorConnection.Builder
setFromTensor (文字列値)
 A tensor name.
TensorConnection.Builder
setFromTensorBytes (com.google.protobuf.ByteString 値)
 A tensor name.
TensorConnection.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
TensorConnection.Builder
setToTensor (文字列値)
 A tensor name.
TensorConnection.Builder
setToTensorBytes (com.google.protobuf.ByteString 値)
 A tensor name.
最終的なTensorConnection.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public TensorConnection.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TensorConnectionビルド()

public TensorConnection buildPartial ()

public TensorConnection.Builder clear ()

public TensorConnection.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public TensorConnection.Builder clearFromTensor ()

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

public TensorConnection.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TensorConnection.Builder clearToTensor ()

 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 TensorConnection.Builderクローン()

public TensorConnection getDefaultInstanceForType ()

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

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

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

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

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

public TensorConnection.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public TensorConnection.Builder mergeFrom (com.google.protobuf.Message other)

public Final TensorConnection.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public TensorConnection.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TensorConnection.Builder setFromTensor (文字列値)

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

public TensorConnection.Builder setFromTensorBytes (com.google.protobuf.ByteString 値)

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

public TensorConnection.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public TensorConnection.Builder setToTensor (文字列値)

 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 TensorConnection.Builder setToTensorBytes (com.google.protobuf.ByteString 値)

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