Home
last modified time | relevance | path

Searched defs:net (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c62 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 …]
Dsctp_timer.c98 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/
Dtrain_utils.py22 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/
Dtest_var_grad.py53 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/
Dtest_recompute.py95 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
Dtest_erf_erfc.py39 def get_output(net, inp, enable_graph_kernel=False): argument
44 def basic_test(net, datatype): argument
/third_party/mindspore/mindspore/train/
Dserialization.py376 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/
Dtest_002_single_for.py48 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
Dtest_030_for_in_if.py52 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
Dtest_310_for_after_if_in_if.py53 def __init__(self, net): argument
103 def __init__(self, net): argument
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/
Dthor.py102 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/
Dnetwork_test.cc105 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/
Dtest_nn_ops_check.py28 def __init__(self, net, x_shape): argument
38 def __init__(self, net, k): argument
/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_user_define_bprop_check.py41 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
Dtest_implicit_conversion.py142 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
Dtest_cont_cases.py90 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/
Dtest_cont_grad.py47 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/
Dtest_train_with_lars.py40 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/
Dtest-net-server-simultaneous-accepts-produce-warning-once.js4 const net = require('net'); constant
Dtest-net-isip.js25 const net = require('net'); constant
Dtest-net-connect-after-destroy.js5 const net = require('net'); constant
Dtest-net-end-without-connect.js24 const net = require('net'); constant
Dtest-ref-unref-return.js4 const net = require('net'); constant
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dnet.cmake25 add_library(net STATIC ${NET_SRC}) target
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dnet.cmake24 add_library(net STATIC ${NET_SRC}) target

12345678910>>...26