Skip to content

feat(core): implement tensor operations and add functional API#347

Merged
chenghuaWang merged 1 commit intoUbiquitousLearning:v2from
chenghuaWang:v2
Aug 1, 2025
Merged

feat(core): implement tensor operations and add functional API#347
chenghuaWang merged 1 commit intoUbiquitousLearning:v2from
chenghuaWang:v2

Conversation

@chenghuaWang
Copy link
Copy Markdown
Collaborator

  • Implement ContiguousOp for tensor contiguous operation
  • Add tensor methods: to(DeviceTypes), to(DataTypes), cpu(), cuda(), contiguous(), reshape()
  • Implement functional API for common tensor operations:
    • matmul()
    • view()
    • split()
    • concat()
  • Update Tensor class to use new operations

- Implement ContiguousOp for tensor contiguous operation
- Add tensor methods: to(DeviceTypes), to(DataTypes), cpu(), cuda(), contiguous(), reshape()
- Implement functional API for common tensor operations:
  - matmul()
  - view()
  - split()
  - concat()
- Update Tensor class to use new operations
@chenghuaWang chenghuaWang merged commit 8de6e86 into UbiquitousLearning:v2 Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant