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

Method make_tuple

tensorflow/compiler/xla/python/xla_client.py:398–400  ·  view source on GitHub ↗
(buffers, device, backend=None)

Source from the content-addressed store, hash-verified

396
397 @staticmethod
398 def make_tuple(buffers, device, backend=None):
399 backend = backend or get_local_backend()
400 return backend.make_tuple(buffers, device)
401
402 # Buffer is not an instantiable type and exists only for its static methods.
403 # The underlying buffer objects are C++ object with the following

Calls 1

get_local_backendFunction · 0.85