/third_party/mindspore/tests/ut/python/pynative_mode/ |
D | test_user_define_bprop_check.py | 45 def construct(self, x, sens): argument 77 def construct(self, x, sens): argument 109 def construct(self, x, sens): argument 139 def construct(self, x, sens): argument 170 def construct(self, x, sens): argument 201 def construct(self, x, y, sens): argument
|
D | test_implicit_conversion.py | 146 def construct(self, x, y, sens): argument 174 def construct(self, x, y, sens): argument 202 def construct(self, x, y, sens): argument 230 def construct(self, x, sens): argument 255 def construct(self, x, y, sens): argument
|
/third_party/mindspore/tests/ |
D | train_step_wrap.py | 67 def __init__(self, network, sens): argument 83 def train_step_with_sens(network, sens): argument
|
D | ops_common.py | 43 def construct1(self, x1, sens): argument 46 def construct2(self, x1, x2, sens): argument 49 def construct3(self, x1, x2, x3, sens): argument 52 def construct4(self, x1, x2, x3, x4, sens): argument 55 def construct5(self, x1, x2, x3, x4, x5, sens): argument 58 def construct6(self, x1, x2, x3, x4, x5, x6, sens): argument 61 def construct7(self, x1, x2, x3, x4, x5, x6, x7, sens): argument
|
/third_party/mindspore/tests/ut/python/keep_order/ |
D | test_keep_order.py | 69 def construct(self, x, y, sens): argument 110 def construct(self, x, y, sens): argument
|
/third_party/mindspore/tests/st/fl/cross_silo_lenet/src/ |
D | cell_wrapper.py | 24 def __init__(self, network, optimizer, sens=1.0, batch_size=32): argument
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_dataset_interface.py | 113 def construct(self, data, sens): argument 121 def loss_scale_manager_sens(strategy1, sens): argument
|
/third_party/mindspore/mindspore/boost/ |
D | grad_freeze.py | 133 …def __init__(self, net, sens, grad, grad_reducer, use_grad_accumulation, optimizer, max_accumulati… argument 251 def freeze_cell(reducer_flag, network, optimizer, sens, grad, use_grad_accumulation, mean=None, deg… argument
|
D | boost_cell_wrapper.py | 137 def __init__(self, network, optimizer, sens=1.0): argument 396 def _set_sense_scale(self, sens): argument
|
/third_party/mindspore/tests/st/gnn/ |
D | test_gnn_aggregator.py | 39 def construct(self, x, sens): argument
|
/third_party/mindspore/tests/perf_test/ |
D | test_lenet.py | 47 def construct(self, x, sens): argument
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_smoothl1loss_op.py | 65 def construct(self, x1, x2, sens): argument
|
D | test_gelu_grad_op.py | 43 def construct(self, input_data, sens): argument
|
D | test_softplus_grad_op.py | 43 def construct(self, input_data, sens): argument
|
D | test_logsoftmax_op.py | 60 def construct(self, input_data, sens): argument
|
D | test_batchnorm_op.py | 43 def construct(self, input_data, sens): argument
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_smoothl1loss_op.py | 65 def construct(self, x1, x2, sens): argument
|
D | test_softplus_grad_op.py | 43 def construct(self, input_data, sens): argument
|
D | test_tanh_op.py | 43 def construct(self, input_data, sens): argument
|
D | test_gelu_grad_op.py | 43 def construct(self, input_data, sens): argument
|
D | test_logsoftmax_op.py | 58 def construct(self, input_data, sens): argument
|
D | test_maximum_op.py | 41 def construct(self, x1, x2, sens): argument
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | mls_types.h | 45 uint32_t sens; /* sensitivity */ member 165 uint32_t sens; member
|
/third_party/mindspore/tests/mindspore_test_framework/utils/ |
D | bprop_util.py | 30 def __init__(self, func, wrt_params, params, grad_op, sens): argument
|
/third_party/mindspore/mindspore/nn/wrap/ |
D | cell_wrapper.py | 166 def __init__(self, network, loss_fn=None, sens=None): argument 335 def __init__(self, network, optimizer, sens=1.0): argument 504 def __init__(self, network, optimizer, sens=1.0): argument
|