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

General-purpose geometric operators #9

Merged
merged 2 commits into from
May 9, 2024
Merged

General-purpose geometric operators #9

merged 2 commits into from
May 9, 2024

Conversation

0x00b1
Copy link
Collaborator

@0x00b1 0x00b1 commented Apr 5, 2024

Transformation PyTorch operators:

  • beignet.apply_euler_angle
  • beignet.apply_quaternion
  • beignet.apply_rotation_matrix
  • beignet.apply_rotation_vector
  • beignet.apply_transform
  • beignet.compose_euler_angle
  • beignet.compose_quaternion
  • beignet.compose_rotation_matrix
  • beignet.compose_rotation_vector
  • beignet.euler_angle_angular_distance
  • beignet.euler_angle_identity
  • beignet.euler_angle_lerp
  • beignet.euler_angle_magnitude
  • beignet.euler_angle_mean
  • beignet.euler_angle_slerp
  • beignet.euler_angle_to_quaternion
  • beignet.euler_angle_to_rotation_matrix
  • beignet.euler_angle_to_rotation_vector
  • beignet.invert_euler_angle
  • beignet.invert_quaternion
  • beignet.invert_rotation_matrix
  • beignet.invert_rotation_vector
  • beignet.invert_transform
  • beignet.quaternion_angular_distance
  • beignet.quaternion_identity
  • beignet.quaternion_lerp
  • beignet.quaternion_magnitude
  • beignet.quaternion_mean
  • beignet.quaternion_slerp
  • beignet.quaternion_to_euler_angle
  • beignet.quaternion_to_rotation_matrix
  • beignet.quaternion_to_rotation_vector
  • beignet.random_euler_angle
  • beignet.random_quaternion
  • beignet.random_rotation_matrix
  • beignet.random_rotation_vector
  • beignet.rotation_matrix_angular_distance
  • beignet.rotation_matrix_identity
  • beignet.rotation_matrix_lerp
  • beignet.rotation_matrix_magnitude
  • beignet.rotation_matrix_mean
  • beignet.rotation_matrix_slerp
  • beignet.rotation_matrix_to_euler_angle
  • beignet.rotation_matrix_to_quaternion
  • beignet.rotation_matrix_to_rotation_vector
  • beignet.rotation_vector_angular_distance
  • beignet.rotation_vector_identity
  • beignet.rotation_vector_lerp
  • beignet.rotation_vector_magnitude
  • beignet.rotation_vector_mean
  • beignet.rotation_vector_slerp
  • beignet.rotation_vector_to_euler_angle
  • beignet.rotation_vector_to_quaternion
  • beignet.rotation_vector_to_rotation_matrix
  • beignet.translation_identity

@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 5, 2024 20:38 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 5, 2024 20:40 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 6, 2024 21:52 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 6, 2024 21:57 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 6, 2024 22:15 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 6, 2024 22:23 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 8, 2024 15:30 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 8, 2024 16:44 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 8, 2024 16:57 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 8, 2024 19:49 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 8, 2024 20:04 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 10, 2024 15:14 — with GitHub Actions Inactive
@0x00b1 0x00b1 changed the title rotations transformation operators Apr 10, 2024
@0x00b1 0x00b1 changed the title transformation operators Transformation operators Apr 22, 2024
@henry-isaacson henry-isaacson mentioned this pull request Apr 25, 2024
@0x00b1 0x00b1 changed the title Transformation operators Geometric transformations Apr 29, 2024
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 29, 2024 20:31 — with GitHub Actions Inactive
@0x00b1 0x00b1 changed the title Geometric transformations General-purpose geometric operators Apr 30, 2024
@0x00b1 0x00b1 temporarily deployed to test.pypi.org May 8, 2024 22:28 — with GitHub Actions Inactive
@0x00b1 0x00b1 marked this pull request as ready for review May 9, 2024 15:42
@0x00b1 0x00b1 merged commit edc79b0 into main May 9, 2024
11 checks passed
@0x00b1 0x00b1 deleted the rotations branch May 9, 2024 15:42
0x00b1 added a commit that referenced this pull request May 9, 2024
general-purpose geometric operators
0x00b1 added a commit that referenced this pull request May 13, 2024
general-purpose geometric operators
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