tff.program.AwaitableValueReference

A tff.program.MaterializableValueReference backed by a coroutine function.

Inherits From: MaterializableValueReference, TypedObject

fn A function that returns an Awaitable representing the referenced value.
type_signature The tff.Type of this object.

type_signature The tff.TensorType of this object.

Methods

get_value

View source

Returns the referenced value as a numpy scalar or array.

__eq__

View source

Return self==value.