public interface TensorConnectionOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFromTensor()
A tensor name.
|
org.nd4j.shade.protobuf.ByteString |
getFromTensorBytes()
A tensor name.
|
String |
getToTensor()
A tensor name.
|
org.nd4j.shade.protobuf.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;org.nd4j.shade.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;org.nd4j.shade.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;Copyright © 2021. All rights reserved.