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 Bool Tensor Type #412

Closed
wants to merge 17 commits into from

Conversation

Ephraim-nonso
Copy link
Contributor

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • [v] Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

I have added the Bool Tensor type implementation and the test for a 1-D tensor with the "at" operator.

Issue Number: 406

What is the new behavior?

  • The Bool Tensor Implementation
  • Test for 1D tensor

Does this introduce a breaking change?

  • [ v] Yes
  • No

The implementation of the Bool Tensor would help me create the NOT operator which requires that the tensor inputs should be a bool type as well as the output tensor type constraints.

Other information

I'm currently testing the implementation but I am unable to detect when the test run for the Bool Type I created. I'm open to and corrections.

@raphaelDkhn raphaelDkhn changed the base branch from main to develop October 30, 2023 16:32
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.

2 participants