Skip to content
#

tensors

Here are 67 public repositories matching this topic...

Aardvark is an open-source platform for visual computing, real-time graphics and visualization. This repository is the basis for most platform libraries and provides basic functionality such as data-structures, math and much more.

  • Updated Oct 1, 2020
  • C#
heat
ClaudiaComito
ClaudiaComito commented Jun 7, 2020

Feature functionality
equivalent to ndarray.nbytes for numpy, returns size of tensor.

gnbytes and lnbytes would probably be useful as well.

Additional context
Current fix:

itemsize = self._DNDarray__array.storage().element_size()
nbytes = self.size * itemsize

?

Improve this page

Add a description, image, and links to the tensors 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 tensors topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.