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

Method make_tuple

tensorflow/compiler/xla/python/xla_client.py:141–142  ·  view source on GitHub ↗
(self, c_buffers, device)

Source from the content-addressed store, hash-verified

139 force_copy)
140
141 def make_tuple(self, c_buffers, device):
142 return _xla.PyLocalBuffer.make_tuple(c_buffers, self.client, device)
143
144 def compile(self, c_computation, compile_options):
145 options = _xla.ExecutableBuildOptions()

Callers

nothing calls this directly

Calls 1

make_tupleMethod · 0.45

Tested by

no test coverage detected