GoogleCloudPlatform / GoogleCloudPlatform/dataflow-sample-applications
tft.layer use in ProcessReturn
Open
- Dominant language
- Java
- Stars
- 131
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
The use of tft.layer within ProcessReturn class in the library is inefficient for batch inference. The output of this layer can be made available via the serving signature which avoids double instantiation and processing in the pipeline.
Contributor guide
Assessment
This issue has not been assessed yet.