DEPRECATED: Use outputs.
(self)
| 1854 | return attr_groups if attr_groups else default_colocation_group |
| 1855 | |
| 1856 | def values(self): |
| 1857 | """DEPRECATED: Use outputs.""" |
| 1858 | return tuple(self.outputs) |
| 1859 | |
| 1860 | def _get_control_flow_context(self): |
| 1861 | """Returns the control flow context of this op. |