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

Method ListAvailableOps

tensorflow/python/grappler/cluster.py:78–80  ·  view source on GitHub ↗

Returns a list of all available operations (sorted alphabetically).

(self)

Source from the content-addressed store, hash-verified

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)

Callers 2

create_op_embeddingsMethod · 0.80
testAvailableOpsMethod · 0.80

Calls

no outgoing calls

Tested by 1

testAvailableOpsMethod · 0.64