Description Usage Arguments Examples
Compare two pointers
1 | compare_ptr(x, y)
|
x |
external pointer |
y |
external pointer |
1 2 3 4 5 6 7 | library(aria)
ctx <- get_context()
register_ops(ctx, cars)
register_ops(ctx, data.frame)
x <- cpu_tensor(5, dims = 1)
all_ops <- get_all_ops_ptr(ctx)
compare_ptr(x@pointer, all_ops[[3]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.