Send.Options

public static class Send.Options

Optional attributes for Send

Public Methods

Send.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 Send.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.