public static class
Recv.Options
Optional attributes for Recv
Public Methods
Recv.Options |
clientTerminated(Boolean clientTerminated)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public Recv.Options clientTerminated (Boolean clientTerminated)
Parameters
clientTerminated | If set to true, this indicates that the node was added to the graph as a result of a client-side feed or fetch of Tensor data, in which case the corresponding send or recv is expected to be managed locally by the caller. |
---|