MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IdentifyImportantOps

Method IdentifyImportantOps

tensorflow/python/grappler/item.py:52–53  ·  view source on GitHub ↗
(self, sort_topologically=False)

Source from the content-addressed store, hash-verified

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)

Callers 2

testImportantOpsMethod · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by 1

testImportantOpsMethod · 0.76