Open DimitriTimoz opened 4 days ago
Maybe it's a dumb question and I just didn't well read the doc but Is it possible to assign a value at a position in a tensor? Something like that:
self.adjacency_matrix.set((x, y), 1);
Maybe it's a dumb question and I just didn't well read the doc but Is it possible to assign a value at a position in a tensor? Something like that: