Home
last modified time | relevance | path

Searched refs:list_arguments (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/sysutils/py-borgmatic/borgmatic-1.5.21/borgmatic/borg/
H A Dlist.py50 def list_archives(repository, storage_config, list_arguments, local_path='borg', remote_path=None): argument
57 if list_arguments.successful:
58 list_arguments.glob_archives = BORG_EXCLUDE_CHECKPOINTS_GLOB
64 if logger.getEffectiveLevel() == logging.INFO and not list_arguments.json
69 if logger.isEnabledFor(logging.DEBUG) and not list_arguments.json
75 list_arguments, excludes=('repository', 'archive', 'paths', 'successful')
78 '::'.join((repository, list_arguments.archive))
79 if list_arguments.archive
82 + (tuple(list_arguments.paths) if list_arguments.paths else ())
87 output_log_level=None if list_arguments.json else logging.WARNING,
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/tests/unit/borg/
H A Dtest_list.py119 list_arguments=flexmock(archive=None, paths=None, json=False, successful=False),
132 list_arguments=flexmock(archive=None, paths=None, json=False, successful=False),
145 list_arguments=flexmock(archive=None, paths=None, json=True, successful=False),
160 list_arguments=flexmock(archive=None, paths=None, json=False, successful=False),
173 list_arguments=flexmock(archive=None, paths=None, json=True, successful=False),
188 list_arguments=flexmock(archive=None, paths=None, json=False, successful=False),
228 list_arguments=flexmock(archive=None, paths=None, json=False, successful=False),
243 list_arguments=flexmock(archive=None, paths=None, json=False, successful=False),
286 list_arguments=flexmock(
302 list_arguments=flexmock(archive=None, paths=None, json=False, successful=True),
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_multi_device_exec.py28 for arr, name in zip(texec.arg_arrays, mlp.list_arguments()):
39 set_stage1 = set(act1.list_arguments())
47 set_stage2 = set(mlp.list_arguments()) - set_stage1
56 for arg in mlp.list_arguments():
69 set_stage1 = set(dot.list_arguments())
73 set_stage2 = set(softmax.list_arguments()) - set_stage1
82 for arr, name in zip(texec.arg_arrays, softmax.list_arguments()):
H A Dtest_infer_shape.py29 arg_shape_dict = dict(zip(out.list_arguments(), arg_shapes))
59 arg_shape_dict = dict(zip(net.list_arguments(), arg_shapes))
70 arg_names = c.list_arguments()
82 arg_names = d.list_arguments()
94 arg_names = d.list_arguments()
103 arg_names = d.list_arguments()
114 arg_names = d.list_arguments()
126 arg_names = d.list_arguments()
140 arg_type_dict = dict(zip(out.list_arguments(), arg_types))
H A Dtest_symbol.py36 m.list_arguments()
47 net1.list_arguments() == ['data',
73 assert net1.list_arguments() == ['data', 'fc1_weight', 'fc1_bias', 'fc2_weight', 'fc2_bias']
77 assert fc1.list_arguments() == oldfc.list_arguments()
88 assert net1.get_children()['fc2_weight'].list_arguments() == ['fc2_weight']
151 arg_shapes = dict(zip(out.list_arguments(), arg))
159 arg_shapes = dict(zip(out.list_arguments(), arg))
173 arg_shapes = dict(zip(test.list_arguments(), arg))
267 assert sym1.list_arguments() == sym2.list_arguments()
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_multi_device_exec.py28 for arr, name in zip(texec.arg_arrays, mlp.list_arguments()):
39 set_stage1 = set(act1.list_arguments())
47 set_stage2 = set(mlp.list_arguments()) - set_stage1
56 for arg in mlp.list_arguments():
69 set_stage1 = set(dot.list_arguments())
73 set_stage2 = set(softmax.list_arguments()) - set_stage1
82 for arr, name in zip(texec.arg_arrays, softmax.list_arguments()):
H A Dtest_infer_shape.py29 arg_shape_dict = dict(zip(out.list_arguments(), arg_shapes))
59 arg_shape_dict = dict(zip(net.list_arguments(), arg_shapes))
70 arg_names = c.list_arguments()
82 arg_names = d.list_arguments()
94 arg_names = d.list_arguments()
103 arg_names = d.list_arguments()
114 arg_names = d.list_arguments()
126 arg_names = d.list_arguments()
140 arg_type_dict = dict(zip(out.list_arguments(), arg_types))
H A Dtest_symbol.py36 m.list_arguments()
47 net1.list_arguments() == ['data',
73 assert net1.list_arguments() == ['data', 'fc1_weight', 'fc1_bias', 'fc2_weight', 'fc2_bias']
77 assert fc1.list_arguments() == oldfc.list_arguments()
88 assert net1.get_children()['fc2_weight'].list_arguments() == ['fc2_weight']
151 arg_shapes = dict(zip(out.list_arguments(), arg))
159 arg_shapes = dict(zip(out.list_arguments(), arg))
173 arg_shapes = dict(zip(test.list_arguments(), arg))
267 assert sym1.list_arguments() == sym2.list_arguments()
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/rcnn/symnet/
H A Dmodel.py39 arg_shape_dict = dict(zip(symbol.list_arguments(), arg_shape))
54 for k in symbol.list_arguments():
84 for name in symbol.list_arguments():
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/rcnn/symnet/
H A Dmodel.py39 arg_shape_dict = dict(zip(symbol.list_arguments(), arg_shape))
54 for k in symbol.list_arguments():
84 for name in symbol.list_arguments():
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/t/
H A Dtest_symbol.t31 is_deeply($net1->list_arguments(), ['data',
59 is_deeply($net1->list_arguments, ['data', 'fc1_weight', 'fc1_bias', 'fc2_weight', 'fc2_bias']);
63 is_deeply($fc1->list_arguments, $oldfc->list_arguments);
76 is_deeply($net1->get_children()->slice('fc2_weight')->list_arguments(), ['fc2_weight']);
150 @arg_shapes{ @{ $out->list_arguments } } = @{ $arg_shapes };
158 @arg_shapes{ @{ $out->list_arguments } } = @{ $arg_shapes };
190 is_deeply($sym1->list_arguments(), $sym2->list_arguments());
H A Dtest_multi_device_exec.t33 my %set_stage1 = map { $_ => 1 } @{ $act1->list_arguments };
44 my %set_stage2 = map { $_ => 1 } @{ $mlp->list_arguments };
61 for(zip($texec->arg_arrays, $mlp->list_arguments())) {
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/t/
H A Dtest_symbol.t31 is_deeply($net1->list_arguments(), ['data',
59 is_deeply($net1->list_arguments, ['data', 'fc1_weight', 'fc1_bias', 'fc2_weight', 'fc2_bias']);
63 is_deeply($fc1->list_arguments, $oldfc->list_arguments);
76 is_deeply($net1->get_children()->slice('fc2_weight')->list_arguments(), ['fc2_weight']);
150 @arg_shapes{ @{ $out->list_arguments } } = @{ $arg_shapes };
158 @arg_shapes{ @{ $out->list_arguments } } = @{ $arg_shapes };
190 is_deeply($sym1->list_arguments(), $sym2->list_arguments());
H A Dtest_multi_device_exec.t33 my %set_stage1 = map { $_ => 1 } @{ $act1->list_arguments };
44 my %set_stage2 = map { $_ => 1 } @{ $mlp->list_arguments };
61 for(zip($texec->arg_arrays, $mlp->list_arguments())) {
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Doperator.py132 def list_arguments(self): member in PythonOp
214 n_in = len(self.list_arguments())
238 ret = self.list_arguments()
335 n_in = len(self.list_arguments())
369 ret = self.list_arguments()
639 def list_arguments(self): member in CustomOpProp
743 n_in = len(op_prop.list_arguments())
844 n_in = len(op_prop.list_arguments())
880 n_in = len(op_prop.list_arguments())
930 ret = op_prop.list_arguments()
[all …]
H A Dnumpy_op_fallback.py86 def list_arguments(self): member in EmptyLikeProp
124 def list_arguments(self): member in ResizeProp
157 def list_arguments(self): member in Unravel_indexProp
202 def list_arguments(self): member in MultivariateNormalProp
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Doperator.py132 def list_arguments(self): member in PythonOp
214 n_in = len(self.list_arguments())
238 ret = self.list_arguments()
335 n_in = len(self.list_arguments())
369 ret = self.list_arguments()
639 def list_arguments(self): member in CustomOpProp
743 n_in = len(op_prop.list_arguments())
844 n_in = len(op_prop.list_arguments())
880 n_in = len(op_prop.list_arguments())
930 ret = op_prop.list_arguments()
[all …]
H A Dnumpy_op_fallback.py86 def list_arguments(self): member in EmptyLikeProp
124 def list_arguments(self): member in ResizeProp
157 def list_arguments(self): member in Unravel_indexProp
202 def list_arguments(self): member in MultivariateNormalProp
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/fcn-xs/
H A Dsolver.py57 arg_names = self.symbol.list_arguments()
89 assert len(self.symbol.list_arguments()) == len(self.exector.grad_arrays)
90 update_dict = {name: nd for name, nd in zip(self.symbol.list_arguments(), \
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/fcn-xs/
H A Dsolver.py57 arg_names = self.symbol.list_arguments()
89 assert len(self.symbol.list_arguments()) == len(self.exector.grad_arrays)
90 update_dict = {name: nd for name, nd in zip(self.symbol.list_arguments(), \
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/evaluate/
H A Devaluate_net.py99 if not 'label' in net.list_arguments():
105 fixed_param_names=net.list_arguments())
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/evaluate/
H A Devaluate_net.py99 if not 'label' in net.list_arguments():
105 fixed_param_names=net.list_arguments())
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/quantization/
H A Dtest_quantization.py219 arg_names = conv.list_arguments()
248 qarg_names = quantized_conv.list_arguments()
304 arg_names = elemwise_add_fp32.list_arguments()
429 arg_names = pooling_fp32.list_arguments()
507 arg_names = fc_fp32.list_arguments()
552 qarg_names = fc_int8.list_arguments()
610 arg_names = embedding_fp32.list_arguments()
627 qarg_names = embedding_int8.list_arguments()
684 arg_names = act_fp32.list_arguments()
702 qarg_names = quantized_act.list_arguments()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/quantization/
H A Dtest_quantization.py219 arg_names = conv.list_arguments()
248 qarg_names = quantized_conv.list_arguments()
304 arg_names = elemwise_add_fp32.list_arguments()
429 arg_names = pooling_fp32.list_arguments()
507 arg_names = fc_fp32.list_arguments()
552 qarg_names = fc_int8.list_arguments()
610 arg_names = embedding_fp32.list_arguments()
627 qarg_names = embedding_int8.list_arguments()
684 arg_names = act_fp32.list_arguments()
702 qarg_names = quantized_act.list_arguments()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/dev/archery/archery/utils/
H A Dmaven.py97 def list_arguments(self): member in MavenDefinition
163 definition_args = self.definition.list_arguments

123456789