| /third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
| D | sctp_cc_functions.c | 62 sctp_enforce_cwnd_limit(struct sctp_association *assoc, struct sctp_nets *net) in sctp_enforce_cwnd_limit() 75 sctp_set_initial_cc_param(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_set_initial_cc_param() 119 struct sctp_nets *net; in sctp_cwnd_update_after_fr() local 257 cc_bw_same(struct sctp_tcb *stcb, struct sctp_nets *net, uint64_t nbw, in cc_bw_same() 412 cc_bw_decrease(struct sctp_tcb *stcb, struct sctp_nets *net, uint64_t nbw, uint64_t rtt_offset, in cc_bw_decrease() 573 cc_bw_increase(struct sctp_tcb *stcb, struct sctp_nets *net, uint64_t nbw, uint64_t vtag) in cc_bw_increase() 627 cc_bw_limit(struct sctp_tcb *stcb, struct sctp_nets *net, uint64_t nbw) in cc_bw_limit() 765 struct sctp_nets *net; in sctp_cwnd_update_after_sack_common() local 1083 sctp_cwnd_update_exit_pf_common(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_cwnd_update_exit_pf_common() 1106 sctp_cwnd_update_after_timeout(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_cwnd_update_after_timeout() [all …]
|
| D | sctp_timer.c | 98 struct sctp_nets *net, uint16_t threshold) in sctp_threshold_management() 179 struct sctp_nets *net, 407 struct sctp_nets *net, 478 struct sctp_nets *net, 817 struct sctp_nets *net) 1013 struct sctp_nets *net) 1126 struct sctp_nets *alt, *net; local 1188 struct sctp_nets *net) 1307 struct sctp_nets *net) 1330 struct sctp_nets *net) [all …]
|
| /third_party/mindspore/mindspore/lite/examples/export_models/models/ |
| D | train_utils.py | 22 def train_wrap(net, loss_fn=None, optimizer=None, weights=None): argument 42 def train_and_save(name, net, net_train, x, l, epoch): argument 62 def save_inout(name, x, l, net, net_train, sparse=False, epoch=1): argument 80 def save_inout_transfer(name, x, l, net_bb, net, net_train, sparse=False, epoch=1): argument
|
| /third_party/mindspore/tests/ut/python/parameter_feature/ |
| D | test_var_grad.py | 53 def __init__(self, net): argument 108 def __init__(self, net): argument 126 def __init__(self, net): argument 143 def __init__(self, net): argument 160 def __init__(self, net): argument 178 def __init__(self, net): argument 198 def __init__(self, net): argument 217 def __init__(self, net): argument 237 def __init__(self, net): argument 257 def __init__(self, net): argument [all …]
|
| /third_party/mindspore/tests/st/ops/graph_kernel/ |
| D | test_recompute.py | 95 def test_basic1(net): argument 96 def get_output(i0, net, enable_graph_kernel=False): argument 113 def test_basic2(net): argument 114 def get_output(i0, i1, net, enable_graph_kernel=False): argument 131 def test_basic3(net): argument 132 def get_output(i0, i1, i2, net, enable_graph_kernel=False): argument
|
| D | test_erf_erfc.py | 39 def get_output(net, inp, enable_graph_kernel=False): argument 44 def basic_test(net, datatype): argument
|
| /third_party/mindspore/mindspore/train/ |
| D | serialization.py | 376 def load_checkpoint(ckpt_file_name, net=None, strict_load=False, filter_prefix=None, dec_key=None, … argument 506 def load_param_into_net(net, parameter_dict, strict_load=False): argument 574 def _load_dismatch_prefix_params(net, parameter_dict, param_not_load, strict_load): argument 617 def _get_merged_param_data(net, param_name, param_data, integrated_save): argument 670 def _fill_param_into_net(net, parameter_list): argument 695 def export(net, *inputs, file_name, file_format='AIR', **kwargs): argument 754 def _export(net, file_name, file_format, *inputs, **kwargs): argument 809 def _save_mindir(net, file_name, *inputs, **kwargs): argument 1546 def _calculation_net_size(net): argument
|
| /third_party/mindspore/tests/st/control/inner/ |
| D | test_002_single_for.py | 48 def __init__(self, net): argument 92 def __init__(self, net): argument 146 def __init__(self, net): argument 192 def __init__(self, net): argument 237 def __init__(self, net): argument
|
| D | test_030_for_in_if.py | 52 def __init__(self, net): argument 103 def __init__(self, net): argument 155 def __init__(self, net): argument 205 def __init__(self, net): argument 257 def __init__(self, net): argument
|
| D | test_310_for_after_if_in_if.py | 53 def __init__(self, net): argument 103 def __init__(self, net): argument
|
| /third_party/mindspore/tests/st/networks/models/resnet50/src_thor/ |
| D | thor.py | 102 def find_net_layertype_recur(net, layertype_map): argument 125 def get_net_layertype_mask(net): argument 147 def THOR(net, learning_rate, damping, momentum, weight_decay=0.0, loss_scale=1.0, batch_size=32, argument 159 …def __init__(self, net, learning_rate, damping, momentum, weight_decay=0.0, loss_scale=1.0, batch_… argument 251 def _process_matrix_init_and_weight_idx_map(self, net): argument
|
| /third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/ |
| D | network_test.cc | 105 std::string net = "./nets/effnetb0_fwd_nofuse.ms"; in TEST_F() local 121 std::string net = "./nets/mobilefacenet0924.ms"; in TEST_F() local 147 std::string net = "./nets/lenet_train.ms"; in TEST_F() local 166 std::string net = "./nets/lenet_train.ms"; in TEST_F() local
|
| /third_party/mindspore/tests/ut/python/ops/ |
| D | test_nn_ops_check.py | 28 def __init__(self, net, x_shape): argument 38 def __init__(self, net, k): argument
|
| /third_party/mindspore/tests/ut/python/pynative_mode/ |
| D | test_user_define_bprop_check.py | 41 def __init__(self, net): argument 73 def __init__(self, net): argument 105 def __init__(self, net): argument 135 def __init__(self, net): argument 166 def __init__(self, net): argument 197 def __init__(self, net): argument
|
| D | test_implicit_conversion.py | 142 def __init__(self, net): argument 170 def __init__(self, net): argument 198 def __init__(self, net): argument 226 def __init__(self, net): argument 251 def __init__(self, net): argument
|
| D | test_cont_cases.py | 90 def __init__(self, net): argument 152 def __init__(self, net): argument 192 def __init__(self, net): argument 229 def __init__(self, net): argument 266 def __init__(self, net): argument 300 def __init__(self, net): argument 334 def __init__(self, net): argument 369 def __init__(self, net): argument 405 def __init__(self, net): argument 442 def __init__(self, net): argument [all …]
|
| /third_party/mindspore/tests/st/control/ |
| D | test_cont_grad.py | 47 def __init__(self, net): argument 84 def __init__(self, net): argument 121 def __init__(self, net): argument 230 def __init__(self, net): argument 312 def __init__(self, net): argument 396 def __init__(self, net): argument 445 def __init__(self, net): argument 491 def __init__(self, net): argument 536 def __init__(self, net): argument 578 def __init__(self, net): argument [all …]
|
| /third_party/mindspore/tests/ut/python/exec/ |
| D | test_train_with_lars.py | 40 def get_net_trainable_reordered_params(net): argument 79 def me_train_tensor(net, input_np, label_np, epoch_size=2): argument
|
| /third_party/node/test/parallel/ |
| D | test-net-server-simultaneous-accepts-produce-warning-once.js | 4 const net = require('net'); constant
|
| D | test-net-isip.js | 25 const net = require('net'); constant
|
| D | test-net-connect-after-destroy.js | 5 const net = require('net'); constant
|
| D | test-net-end-without-connect.js | 24 const net = require('net'); constant
|
| D | test-ref-unref-return.js | 4 const net = require('net'); constant
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/ |
| D | net.cmake | 25 add_library(net STATIC ${NET_SRC}) target
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/ |
| D | net.cmake | 24 add_library(net STATIC ${NET_SRC}) target
|