View source on GitHub |
Abstract interface for objects able to ingest themselves in an executor.
Inherits From: TypedObject
Attributes | |
---|---|
type_signature
|
Returns the TFF type of this object (an instance of tff.Type ).
|
Methods
ingest
ingest(
executor
)
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.
|