|  View source on GitHub | 
An abstract interface representing references to server-placed values.
Inherits From: TypedObject
| Attributes | |
|---|---|
| type_signature | The tff.Typeof this object. | 
Methods
get_value
get_value()
Returns the referenced value.
The Python type of the referenced value depends on the type_signature:
| TFF Type | Python Type | 
|---|---|
| tff.TensorType | bool,int,float,complex,str,bytes, | 
| np.generic, ornp.ndarray | |
| tff.SequenceType | Iterableof any Python type corresponding to a | 
| tff.TensorType |