Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some Tensor.Ops and make it easy to run them. #2

Merged
merged 1 commit into from
Mar 31, 2023
Merged

Conversation

jemc
Copy link
Contributor

@jemc jemc commented Mar 31, 2023

This commit adds the first few encapsulated Tensor.Ops, including meaningful tests and documentation for each one. Each is a convenience layer around Tensor.Graph.Operation.

The ops so far are:

  • Tensor.Op.Const
  • Tensor.Op.MatMul
  • Tensor.Op.Softmax

This commit adds the first few encapsulated `Tensor.Op`s,
including meaningful tests and documentation for each one.
Each is a convenience layer around `Tensor.Graph.Operation`.

The ops so far are:

- `Tensor.Op.Const`
- `Tensor.Op.MatMul`
- `Tensor.Op.Softmax`
@jemc jemc merged commit c6ebce2 into main Mar 31, 2023
@jemc jemc deleted the add/some-ops branch March 31, 2023 14:18
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