public interface TensorConnectionOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFromTensor()
A tensor name.
|
com.github.os72.protobuf351.ByteString |
getFromTensorBytes()
A tensor name.
|
String |
getToTensor()
A tensor name.
|
com.github.os72.protobuf351.ByteString |
getToTensorBytes()
A tensor name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFromTensor()
A tensor name. The value of this tensor will be substituted for the tensor named in `to_tensor`.
string from_tensor = 1;com.github.os72.protobuf351.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;com.github.os72.protobuf351.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;Copyright © 2018. All rights reserved.