Clip, reduce, gather, where Cpu operators#158
Open
Graylatzhou wants to merge 4 commits intoInfiniTensor:devfrom
Open
Clip, reduce, gather, where Cpu operators#158Graylatzhou wants to merge 4 commits intoInfiniTensor:devfrom
Graylatzhou wants to merge 4 commits intoInfiniTensor:devfrom
Conversation
Collaborator
|
这里显示有 239 个文件都进行了更改,那些不应该改动的文件看起来是发生了权限变更。是进行了跨平台操作吗?麻烦将文件权限都复原一下。提交前后也麻烦再次确认一下改动是否都符合预期。 |
Author
已经重新提交并确认改动符合预期,文件权限已恢复 |
Collaborator
|
请贴出测试通过的截图 |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






Implementation Details
New CPU Operators Implemented
Reduction Operators
ReduceMax: Supports axis-specific maximum value reductionReduceMin: Supports axis-specific minimum value reductionReduceMean: Supports axis-specific mean value reductionkeep_dimsparameter supportIndexing/Tensor Manipulation Operators
Gather: Multi-dimensional indexing supportWhere: Conditional element selection with broadcastingClip: Value constraint with min/max thresholdsKey Technical Aspects
API Documentation
Infiniop.md