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:
parent
b3bf8bd856
commit
dc1c299833
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue