Home
last modified time | relevance | path

Searched defs:sens (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_user_define_bprop_check.py45 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
Dtest_implicit_conversion.py146 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/
Dtrain_step_wrap.py67 def __init__(self, network, sens): argument
83 def train_step_with_sens(network, sens): argument
Dops_common.py43 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/
Dtest_keep_order.py69 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/
Dcell_wrapper.py24 def __init__(self, network, optimizer, sens=1.0, batch_size=32): argument
/third_party/mindspore/tests/ut/python/parallel/
Dtest_dataset_interface.py113 def construct(self, data, sens): argument
121 def loss_scale_manager_sens(strategy1, sens): argument
/third_party/mindspore/mindspore/boost/
Dgrad_freeze.py133 …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
Dboost_cell_wrapper.py137 def __init__(self, network, optimizer, sens=1.0): argument
396 def _set_sense_scale(self, sens): argument
/third_party/mindspore/tests/st/gnn/
Dtest_gnn_aggregator.py39 def construct(self, x, sens): argument
/third_party/mindspore/tests/perf_test/
Dtest_lenet.py47 def construct(self, x, sens): argument
/third_party/mindspore/tests/st/ops/cpu/
Dtest_smoothl1loss_op.py65 def construct(self, x1, x2, sens): argument
Dtest_gelu_grad_op.py43 def construct(self, input_data, sens): argument
Dtest_softplus_grad_op.py43 def construct(self, input_data, sens): argument
Dtest_logsoftmax_op.py60 def construct(self, input_data, sens): argument
Dtest_batchnorm_op.py43 def construct(self, input_data, sens): argument
/third_party/mindspore/tests/st/ops/gpu/
Dtest_smoothl1loss_op.py65 def construct(self, x1, x2, sens): argument
Dtest_softplus_grad_op.py43 def construct(self, input_data, sens): argument
Dtest_tanh_op.py43 def construct(self, input_data, sens): argument
Dtest_gelu_grad_op.py43 def construct(self, input_data, sens): argument
Dtest_logsoftmax_op.py58 def construct(self, input_data, sens): argument
Dtest_maximum_op.py41 def construct(self, x1, x2, sens): argument
/third_party/selinux/libsepol/include/sepol/policydb/
Dmls_types.h45 uint32_t sens; /* sensitivity */ member
165 uint32_t sens; member
/third_party/mindspore/tests/mindspore_test_framework/utils/
Dbprop_util.py30 def __init__(self, func, wrt_params, params, grad_op, sens): argument
/third_party/mindspore/mindspore/nn/wrap/
Dcell_wrapper.py166 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

1234