Home
last modified time | relevance | path

Searched refs:_validate_args (Results 1 – 15 of 15) sorted by relevance

/external/autotest/server/
Dprofiler.py27 def _validate_args(args): function
53 _validate_args(args)
54 _validate_args(dargs)
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dshape.py213 self._validate_args = validate_args
246 return self._validate_args
Dquantized_distribution.py308 self._validate_args = validate_args # self._check_integer uses this.
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Daffine_scalar.py93 self._validate_args = validate_args
Dgumbel.py77 self._validate_args = validate_args
Dpower_transform.py71 self._validate_args = validate_args
Dsinh_arcsinh.py126 self._validate_args = validate_args
Dkumaraswamy.py76 self._validate_args = validate_args
Dweibull.py79 self._validate_args = validate_args
Daffine_linear_operator.py122 self._validate_args = validate_args
Daffine.py186 self._validate_args = validate_args
/external/tensorflow/tensorflow/contrib/gan/python/losses/python/
Dlosses_impl.py843 def _validate_args(losses_list, weight_factor, gradient_ratio): function
899 _validate_args([main_loss, adversarial_loss], weight_factor, gradient_ratio)
/external/tensorflow/tensorflow/python/ops/distributions/
Dbijector_impl.py568 self._validate_args = validate_args
632 return self._validate_args
Ddistribution.py474 self._validate_args = validate_args
613 return self._validate_args
/external/autotest/client/common_lib/
Dtest.py557 _validate_args(args, dargs, self.initialize, self.setup,
718 def _validate_args(args, dargs, *funcs): function