| AddOnlyOrderedMap | Create an 'AddOnlyOrderedMap' instance |
| append | Vector Merging |
| apply_recipe | Apply a TransformRecipe to a Tensor |
| as_axis_names | Convert an AstNode into an 'AxisNames()' object |
| as_iterables | Convert an object to a list of iterables (lists) |
| AxisNames | Construct an instance of an 'AxisNames' class |
| BackendRegistry | Singleton Backend Registry, managing all available backends. |
| ConstantAstNode | Create a ConstantAstNode |
| create_execution_plan | Reconstruct all actual parameters using shape. |
| einop | Perform Einstein-style tensor operations |
| EinopsAst | Create an EinopsAst root node |
| EinopsBackend | Base Backend Class for Einops Tensor Operations |
| EinopsExecutionPlan | Constructor for an Execution Plan ('CookedRecipe' in the... |
| einops_image | Example 4D Image Tensor for Einops |
| einops-package | einops: Flexible, Powerful, and Readable Tensor Operations |
| einops.repeat | Allows reordering elements and repeating them in arbitrary... |
| EinopsTokenSequence | EinopsTokenSequence constructor |
| EllipsisAstNode | Create an EllipsisAstNode |
| expand_ellipsis | Expand ellipses of an EinopsAst |
| find_top_level_arrow_index | Find the arrow in a token sequence |
| get_backend | Main function to detect and return backend |
| get_identifiers | Given a 'OneSidedAstNode' object, get unique identifiers |
| get_ordered_axis_names | Get the ordered axis names from a OneSidedAstNode, removing... |
| get_ungrouped_nodes | get flat list of all AstNodes in order, including children of... |
| GroupAstNode | Create a GroupAstNode |
| image_tensor | Image Tensor: A thin wrapper around 2-4D arrays |
| lex | Lexically analyze einops pattern into structured tokens |
| NamedAxisAstNode | Create a NamedAxisAstNode |
| OneSidedAstNode | Create a OneSidedAstNode (wrapper for input/output axes... |
| parse_axes_iter | Parse a sequence of axis tokens |
| parse_einops_ast | Parse einops pattern into AST |
| parse_onesided_ast | Parse a one-sided einops pattern into OneSidedAstNode |
| parse_shape | Parse a tensor shape to dictionary mapping axes names to... |
| pipe | Pipe operator |
| pprint | Pretty Print |
| prepare_transformation_recipe | Create the Transformation Recipe for an einops call |
| rearrange | Reader-friendly smart element reordering for multidimensional... |
| reduce | Rearrangement and reduction in one step |
| register_backend | Register a new backend for a tensor type |
| repr | Python-like Representation of Objects as Strings |
| tail.GroupAstNode | Get the last n children of a GroupAstNode as a list of... |
| thunk | Simple thunk: wraps an input in a no-argument function |
| TransformRecipe | TransformRecipe S3 constructor |
| UnderscoreAstNode | Create an UnderscoreAstNode |
| validate_reduction_operation | Syntactically Validate the reduction operation in the einops... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.