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

Method compile

tensorflow/compiler/xla/python/xla_client.py:85–86  ·  view source on GitHub ↗

Compiles a computation. Returns an executable.

(self, computation, compile_options)

Source from the content-addressed store, hash-verified

83
84 @abc.abstractmethod
85 def compile(self, computation, compile_options):
86 """Compiles a computation. Returns an executable."""
87
88 @abc.abstractmethod
89 def get_default_device_assignment(self, num_replicas, num_partitions):

Calls

no outgoing calls