Skip to content
#

tensor

Here are 247 public repositories matching this topic...

danielhanchen
danielhanchen commented Aug 29, 2018

Hey Contributor!

Thanks for checking out HyperLearn!! Super appreciate it.

Since the package is new (only started like August 27th)..., Issues are the best place to start helping out, and or check out the Projects tab. There's a whole list of stuff I envisioned to complete.

Also, if you have a NEW idea: please post an issue and label it new enhancement.

In terms of priorities, I wanted

fredrikbk
fredrikbk commented May 16, 2017

We should have a lowering API that let's us specify which dimensions should be hard-coded in the emitted code. In the taco code generator tool (command-line/web) dimensions should not be hard-coded by default.

In the current C++ API, where an expression is with respect to specific tensors (with immutable dimensions) we should hard-code in all dimension sizes.

However, when we design an API t

tdegeus
tdegeus commented Oct 25, 2019

I think that I’m still not using xtensor’s Python bindings as they were intended. I also think that this is because this part of the documentation (including that of the cookiecutter) is rather brief. It would be great to add a bunch of examples with different use cases and best practices.

slayoo
slayoo commented May 6, 2019

Not sure if this is what we need. To be clear, here is how these things SHOULD work: There should be a CMake option (looks like DOCS) that turns on generation of documentation. If that option is not set, then no docs are generated. If the option IS set, then docs will be generated. If the option is set and the required programs for generating docs do not exist (pdflatex and texi2pdf), then

chewxy
chewxy commented Aug 19, 2018

The *FlatIterator type implements Iterator, which is an interface for stateful iterators. It also supports reverse iteration (by means of the .SetReverse() method).

Currently, the *FlatIterator type supports the following operations

| - | Row Major Vector | Col Major Vector | Row Major N-DImensional | Col Major N-Dimensional |
|:-:|:-----------------------:|:----------------------

Improve this page

Add a description, image, and links to the tensor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tensor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.