MCPcopy Create free account
hub / github.com/PythonOT/POT / get_available_backend_implementations

Function get_available_backend_implementations

ot/backend.py:207–209  ·  view source on GitHub ↗

Returns the list of available backend implementations.

()

Source from the content-addressed store, hash-verified

205
206
207def get_available_backend_implementations():
208 """Returns the list of available backend implementations."""
209 return _BACKEND_IMPLEMENTATIONS
210
211
212def get_backend(*args):

Callers 1

get_backend_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected