forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Large tensor vector test cases (apache#15941)
* add random ops * add shuffle to test large array * shape evaluation after value check * add log, exponent, power ops * fix sequence reverse issue in test_large_array and add sequence ops to test_large_vector * add binary arithmetic * fix lint, minor mistakes in large_array; add nn op to tensor * Trigger notification coz of test_operator.test_laop_6 error * Trigger notification coz of test_operator.test_laop_6 error * Trigger notification bcoz R failures * address comments * normal distribution assert statement fix; randint dtype check * correct layernorm and shuffle * layer norm numpy flaky hence removed, dropout shape fix * comment not working ops * fix multi * Trigger notification * fix seq reverse, uncomment seq mask as it works * index fix and uncomment test * index fix * seq_reverse index fix * uncomment seq reverse test and handle static typecasts * removing commented ops * resolve merge conflict * teardown, lint, remove redundant functions * fix shape assertions and randint low,high * remove waits, add teardown to large_array, change randint assert in large array
- Loading branch information
1 parent
48e0dd7
commit f21a8a7
Showing
4 changed files
with
388 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.