From 687474fed294cdf379628286bc26591c3db88dd2 Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Mon, 10 Nov 2025 22:02:07 +0100 Subject: [PATCH] tensor: index names in merge_indices --- t.cc | 9 +++++---- tensor.cc | 1 + tensor.h | 4 ++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/t.cc b/t.cc index 2408964..f01b2e0 100644 --- a/t.cc +++ b/t.cc @@ -4048,16 +4048,17 @@ NRVec shape(3); Tensor x(shape); x.randomize(1.); -cout <<"x= "< xf=x.flatten(1); -cout <<"xf= "< xxx=x.unwind_index_group(1); -cout <<"xxx= "< xx = xf.merge_indices(il,sym); -cout <<"xx = "<