Add Unsupported dtype in tfrt for backward compatibility. We will use this dtype to support legacy types (e.g. DT_RESOURCE, DT_VARIANT) that are not natively implemented in TFRT.

PiperOrigin-RevId: 311791879
Change-Id: Ied0bfadf68f07e68fe8eb941c0d02bcb9f1a0b40
This commit is contained in:
Xiao Yu 2020-05-15 13:32:17 -07:00 committed by TensorFlower Gardener
parent b3bf8bd856
commit dc1c299833
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class AbstractContextInterface {
// Destroy the step resource container for a training step.
virtual void EndStep() = 0;
// Block until all pending nodes are finished,
// Block until all pending nodes are finished.
virtual Status AsyncWait() = 0;
protected: