View source: R/compiler-apply_recipe.R
create_execution_plan | R Documentation |
This implements _reconstruct_from_shape_uncached
from the python
implementation of einops. In the future, a cached version may be
implemented.
create_execution_plan(recipe, shape, axes_dims)
recipe |
a populated |
shape |
A vector of integers representing the shape of the tensor. |
axes_dims |
A named list of axes names to their dimensions/lengths. May also be an empty list. |
An EinopsExecutionPlan
object that contains the execution plan for
transforming tensors according to the specified recipe and shape.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.