Browse Source

adjust indent

tags/v1.6.0
Xiaoda Zhang 4 years ago
parent
commit
50e0fa79af
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mindspore/parallel/algo_parameter_config.py

+ 2
- 2
mindspore/parallel/algo_parameter_config.py View File

@@ -269,8 +269,8 @@ def get_algo_parameters(attr_key):

Args:
attr_key (str): The key of the attribute. The keys include: "fully_use_devices",
"elementwise_op_strategy_follow", "enable_algo_approxi", "algo_approxi_epsilon", "tensor_slice_align_enable",
"tensor_slice_align_size".
"elementwise_op_strategy_follow", "enable_algo_approxi", "algo_approxi_epsilon",
"tensor_slice_align_enable","tensor_slice_align_size".

Returns:
Return attribute value according to the key.


Loading…
Cancel
Save