100 introduced a bug that breaks compile time typed Variables when slicing.
tensorstore::Concat appears to be returning a void typed store instead of T type.
error: no match for ‘operator=’ (operand types are ‘tensorstore::TensorStore<short int, -1, tensorstore::ReadWriteMode::dynamic>’ and ‘std::remove_reference<tensorstore::TensorStore<>&>::type’ {aka ‘tensorstore::TensorStore<>’})
100 introduced a bug that breaks compile time typed Variables when slicing.
tensorstore::Concat
appears to be returning a void typed store instead ofT
type.error: no match for ‘operator=’ (operand types are ‘tensorstore::TensorStore<short int, -1, tensorstore::ReadWriteMode::dynamic>’ and ‘std::remove_reference<tensorstore::TensorStore<>&>::type’ {aka ‘tensorstore::TensorStore<>’})