Returns a list of all available operations (sorted alphabetically).
(self)
| 76 | for device in tf_cluster.TF_ListDevices(self._tf_cluster)] |
| 77 | |
| 78 | def ListAvailableOps(self): |
| 79 | """Returns a list of all available operations (sorted alphabetically).""" |
| 80 | return tf_cluster.TF_ListAvailableOps() |
| 81 | |
| 82 | def GetSupportedDevices(self, item): |
| 83 | return tf_cluster.TF_GetSupportedDevices(self._tf_cluster, item.tf_item) |
no outgoing calls