Skip to content

Improving Subtensor Support for Tensor Library #60

@amitsingh19975

Description

@amitsingh19975

The current subtensor does not support any tensor operations and some tensor functions due to time constraints.

auto t1 = tensor{dynamic_extents<>{1,2,3},1.f};'
auto t2 = tensor{dynamic_extents<>{1,2,3},1.f};
auto s1 = t1(slice<>{},slice<>{},slice<>{});
auto s2 = t2(slice<>{},slice<>{},slice<>{});
auto s3 = s1 + s2; // not valid

Metadata

Metadata

Labels

codingImplementing the feature

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions