Reduction operations #7

Open
opened 2024-01-03 14:31:30 +00:00 by julius · 0 comments
Owner

Methods

  • Sum: Calculates the sum of all elements.
  • Mean (Average): Computes the mean of the elements.
  • Product: Multiplies all elements together.
  • Min: Finds the minimum value.
  • Max: Identifies the maximum value.
  • Argmin: Returns the indices of the minimum value.
  • Argmax: Provides the indices of the maximum value.
  • Standard Deviation: Calculates the standard deviation.
  • Variance: Computes the variance.
  • Norm: Calculates vector norms (e.g., L1, L2 norms).
  • Cumulative Sum: Each element is the cumulative sum up to that index.
  • Cumulative Product: Similar to cumulative sum, but with products.
  • Any: Checks if any element is True (for boolean tensors).
  • All: Checks if all elements are True (for boolean tensors).
  • Count Nonzero: Counts the number of non-zero elements.
## Methods - [ ] Sum: Calculates the sum of all elements. - [ ] Mean (Average): Computes the mean of the elements. - [ ] Product: Multiplies all elements together. - [ ] Min: Finds the minimum value. - [ ] Max: Identifies the maximum value. - [ ] Argmin: Returns the indices of the minimum value. - [ ] Argmax: Provides the indices of the maximum value. - [ ] Standard Deviation: Calculates the standard deviation. - [ ] Variance: Computes the variance. - [ ] Norm: Calculates vector norms (e.g., L1, L2 norms). - [ ] Cumulative Sum: Each element is the cumulative sum up to that index. - [ ] Cumulative Product: Similar to cumulative sum, but with products. - [ ] Any: Checks if any element is True (for boolean tensors). - [ ] All: Checks if all elements are True (for boolean tensors). - [ ] Count Nonzero: Counts the number of non-zero elements.
julius added the
v0.1.0
label 2024-01-03 14:31:30 +00:00
julius added this to the v0.1.0 milestone 2024-01-03 21:46:15 +00:00
julius added this to the manifold project 2024-01-06 00:29:07 +00:00
Sign in to join this conversation.
No Label
bug
epic
v0.1.0
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: julius/manifold#7
No description provided.