![]() |
Constructs a DataDescriptor
instance targeting a tff.DataBackend
.
tff.framework.CreateDataDescriptor(
arg_uris: List[str],
arg_type: tff.types.Type
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
arg_uris
|
List of URIs compatible with the data backend embedded in the
given tff.framework.ExecutionContext .
|
arg_type
|
The type of data referenced by the URIs. An instance of
tff.Type .
|
Returns | |
---|---|
Instance of DataDescriptor
|