Home
last modified time | relevance | path

Searched defs:network (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/third_party/mindspore/tests/st/fl/albert/src/
Dutils.py32 def save_params(network, param_dict=None): argument
42 def restore_params(network, param_dict, init_adam=True): argument
82 def upload_to_server(network, worker_upload_list): argument
109 def download_from_server(network, worker_download_list): argument
123 def freeze(network, freeze_list): argument
/third_party/mindspore/tests/
Dtrain_step_wrap.py28 def __init__(self, network): argument
48 def __init__(self, network): argument
58 def train_step_with_loss_warp(network): argument
67 def __init__(self, network, sens): argument
83 def train_step_with_sens(network, sens): argument
92 def __init__(self, network): argument
103 def train_step_without_opt(network): argument
/third_party/mindspore/mindspore/explainer/explanation/_attribution/
Dattribution.py34 def __init__(self, network): argument
41 def _verify_network(network): argument
60 def network(self): member in Attribution
/third_party/mindspore/mindspore/compression/export/
Dquant_export.py202 def __init__(self, network, mean, std_dev, *inputs, is_mindir=False): argument
371 def _convert_subcell(self, network, change, name, subcell): argument
382 def _convert_conv(self, network, change, name, subcell): argument
400 def _convert_dense(self, network, change, name, subcell): argument
440 def _convert_observer(self, network, name, subcell): argument
447 def _convert_fake_quant_after_cell(self, network, name, subcell): argument
454 def _convert_core_quant_subcell(self, network, change, name, subcell): argument
468 def _convert_other_quant_subcell(self, network, change, name, subcell): argument
486 def _convert_quant2deploy(self, network): argument
/third_party/mindspore/mindspore/explainer/explanation/_attribution/_backprop/
Dmodified_relu.py32 def __init__(self, network, use_relu_backprop=False): argument
135 def __init__(self, network): argument
191 def __init__(self, network): argument
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/
Dscale_tensorrt.cc45 int ScaleTensorRT::AddInnerOp(nvinfer1::INetworkDefinition *network) { in AddInnerOp()
137 nvinfer1::ITensor *ScaleTensorRT::PreProcessInputTensor(nvinfer1::INetworkDefinition *network) { in PreProcessInputTensor()
195 nvinfer1::ITensor *ScaleTensorRT::AddUnsqueezeOp(nvinfer1::INetworkDefinition *network) { in AddUnsqueezeOp()
212 …*ScaleTensorRT::AddSqueezeOp(nvinfer1::ITensor *in_tensor, nvinfer1::INetworkDefinition *network) { in AddSqueezeOp()
Delementwise_tensorrt.cc78 int ElementWiseTensorRT::AddInnerOp(nvinfer1::INetworkDefinition *network) { in AddInnerOp()
162 nvinfer1::ITensor *ElementWiseTensorRT::AddActivation(nvinfer1::INetworkDefinition *network, in AddActivation()
211 int ElementWiseTensorRT::AddConstTensor(nvinfer1::INetworkDefinition *network) { in AddConstTensor()
Dsoftmax_tensorrt.cc42 int SoftMaxTensorRT::AddInnerOp(nvinfer1::INetworkDefinition *network) { in AddInnerOp()
64 nvinfer1::ISoftMaxLayer *SoftMaxTensorRT::AddSoftMaxOp(nvinfer1::INetworkDefinition *network) { in AddSoftMaxOp()
Dactivation_tensorrt.cc48 int ActivationTensorRT::AddInnerOp(nvinfer1::INetworkDefinition *network) { in AddInnerOp()
73 nvinfer1::IActivationLayer *ActivationTensorRT::AddActivation(nvinfer1::INetworkDefinition *network, in AddActivation()
/third_party/mindspore/tests/ut/python/parallel/
Dtest_strategy_checkpoint.py34 def __init__(self, network): argument
44 def __init__(self, network): argument
98 def __init__(self, network): argument
108 def __init__(self, network): argument
162 def __init__(self, network): argument
172 def __init__(self, network): argument
219 def __init__(self, network): argument
229 def __init__(self, network): argument
Dtest_semi_auto_two_subgraphs.py43 def __init__(self, network): argument
57 def __init__(self, network, output_index): argument
68 def __init__(self, network, sens=1000.0): argument
Dtest_auto_parallel_reshape.py32 def __init__(self, network): argument
43 def __init__(self, network): argument
208 def __init__(self, network): argument
218 def __init__(self, network): argument
258 def __init__(self, network): argument
268 def __init__(self, network): argument
349 def __init__(self, network): argument
359 def __init__(self, network): argument
Dtest_parallel_transformer.py87 def __init__(self, network): argument
342 def __init__(self, network): argument
378 def __init__(self, network): argument
418 def __init__(self, network): argument
441 def __init__(self, network): argument
541 def __init__(self, network, config_setting): argument
Dtest_auto_parallel_for_loop_multi_subgraph.py64 def __init__(self, network): argument
78 def __init__(self, network, output_index): argument
89 def __init__(self, network, sens=1000.0): argument
Dtest_auto_parallel_assign_sub_with_ref_key.py32 def __init__(self, network): argument
43 def __init__(self, network): argument
/third_party/mindspore/mindspore/train/
Damp.py41 def _do_keep_batchnorm_fp32(network): argument
90 def _add_loss_network(network, loss_fn, cast_model_type): argument
114 def build_train_network(network, optimizer, loss_fn=None, level='O0', boost_level='O0', **kwargs): argument
/third_party/mindspore/tests/st/armour/
Dtest_inversion_attack_grad.py29 def __init__(self, network): argument
50 def __init__(self, network, weights): argument
86 def __init__(self, network, input_shape, loss_weights=(1, 0.2, 5)): argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_telephony_observer.js55 network: "[PC Preview] unknow network" property
85 network: "[PC Preview] unknow network" property
115 network: "[PC Preview] unknow network" property
/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_pynative_model.py37 def __init__(self, network): argument
54 def __init__(self, network): argument
94 def __init__(self, network): argument
/third_party/mindspore/mindspore/nn/wrap/
Dcell_wrapper.py166 def __init__(self, network, loss_fn=None, sens=None): argument
250 def __init__(self, network, weights=None, get_all=False, get_by_list=False, sens_param=False): argument
335 def __init__(self, network, optimizer, sens=1.0): argument
470 def __init__(self, network, micro_size): argument
504 def __init__(self, network, optimizer, sens=1.0): argument
589 def __init__(self, network, loss_fn, add_cast_fp32=False): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dwpas-dbus-new-signals.py105 def networkAdded(network, properties): argument
108 def networkRemoved(network): argument
111 def networkSelected(network): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwpas-dbus-new-signals.py105 def networkAdded(network, properties): argument
108 def networkRemoved(network): argument
111 def networkSelected(network): argument
/third_party/mindspore/tests/st/high_grad/
Dtest_highgrad_param.py40 def __init__(self, network): argument
52 def __init__(self, network): argument
/third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/python_file_for_ci/
Dwide_and_deep.py223 def __init__(self, network, config): argument
243 def __init__(self, network, output_index): argument
263 def __init__(self, network, sens=1000.0): argument
320 def __init__(self, network): argument
/third_party/mindspore/tests/st/dynamic_shape/
Dtest_getnext_dynamic_pipeline.py23 def _exec_preprocess(network, is_train, dataset, dataset_sink_mode, sink_size=-1, epoch_num=1, data… argument
38 def _eval_dataset_sink_process(network, valid_dataset): argument

12345678910>>...14