emer / etable

Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
BSD 3-Clause "New" or "Revised" License
117 stars 9 forks source link

SetShape64 leaving Values uninitialized #1

Closed rohrlich closed 4 years ago

rohrlich commented 5 years ago

I found using SetShape64 that the shape was correct but the Values field was nil.

rcoreilly commented 4 years ago

also this one?

rohrlich commented 4 years ago

Not a bug. SetShape64 is a call on a Shape not on a Tensor so it doesn't have access to the Values field of tensor.