lazy_shape | R Documentation |
Shape of a lazy tensor. Might be NULL
if the shapes is not known or varying between rows.
Batch dimension is always NA
.
lazy_shape(x)
x |
( |
(integer()
or NULL
)
lt = as_lazy_tensor(1:10)
lazy_shape(lt)
lt = as_lazy_tensor(matrix(1:10, nrow = 2))
lazy_shape(lt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.