View source: R/compiler-backends.R
get_backend | R Documentation |
Main function to detect and return backend
get_backend(tensor)
tensor |
any supported tensor-like object |
An instance of a EinopsBackend()
class. Every returned object
is a singleton, so the same object will be returned for the same tensor type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.