| onnx_device_info | R Documentation |
Returns information about backend placement: which backends are available, how the scheduler splits the graph, and how many ops are supported by GPU vs CPU-only.
onnx_device_info(model)
model |
An |
A list with:
Character vector of backend names (e.g. "Vulkan0", "CPU")
Number of backends
Number of scheduler splits (1 = all on one backend)
Total graph nodes
Ops supported by GPU backend
Ops that can only run on CPU
Named integer vector: op type => count (empty if all on GPU)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.