tff.framework.Ingestable

Abstract interface for objects able to ingest themselves in an executor.

Inherits From: TypedObject

type_signature Returns the TFF type of this object (an instance of tff.Type).

Methods

ingest

View source

Causes this object to ingest itself into the given executor.

Args
executor An instance of executor_base.Executor to ingest into.

Returns
An instance of executor_value_base.ExecutorValue returned by the executor.