This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more support for mxnet_to_coreml (#14222)
* Add support of mxnet_to_coreml * Add PReLU * Add group support in Convolution * Skip _minus_scalar and _mul_scalar * Comply with code style * Add spare line between comment and code * Add two spare lines between functions * Change "Convert an leakyrelu" to "Convert a leakyrelu" * Check if num_group exists in param before assigning value * Add test cases for test_mxnet_converter * Add test_tiny_prelu_leakyrelu_random_input * Add test_really_tiny_conv_random_input_multi_group * Add test_tiny_conv_random_input_multi_group * Modify test_conv_random by adding num_group * Rollback to not setting num_group * Add "leaky" and "elu" in converter * Add support of "leaky" and "elu" * Add unit test for "leaky" and "elu"
- Loading branch information
Showing
3 changed files
with
115 additions
and
1 deletion.
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