(self, sort_topologically=False)
| 50 | self._BuildTFItem() |
| 51 | |
| 52 | def IdentifyImportantOps(self, sort_topologically=False): |
| 53 | return tf_item.TF_IdentifyImportantOps(self.tf_item, sort_topologically) |
| 54 | |
| 55 | def GetOpProperties(self): |
| 56 | ret_from_swig = tf_item.TF_GetOpProperties(self.tf_item) |
no outgoing calls