Searched refs:_validate_args (Results 1 - 13 of 13) sorted by relevance

/external/autotest/server/
H A Dprofiler.py27 def _validate_args(args): function
53 _validate_args(args)
54 _validate_args(dargs)
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
H A Dgumbel.py71 self._validate_args = validate_args
H A Dpower_transform.py65 self._validate_args = validate_args
H A Dsinh_arcsinh.py112 self._validate_args = validate_args
H A Daffine_linear_operator.py120 self._validate_args = validate_args
H A Dweibull.py73 self._validate_args = validate_args
H A Daffine.py172 self._validate_args = validate_args
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
H A Dshape.py197 self._validate_args = validate_args
230 return self._validate_args
H A Dquantized_distribution.py240 self._validate_args = validate_args # self._check_integer uses this.
/external/tensorflow/tensorflow/python/ops/distributions/
H A Dbijector_impl.py424 self._validate_args = validate_args
485 return self._validate_args
H A Ddistribution.py419 self._validate_args = validate_args
539 return self._validate_args
/external/tensorflow/tensorflow/contrib/gan/python/losses/python/
H A Dlosses_impl.py828 def _validate_args(losses_list, weight_factor, gradient_ratio): function
884 _validate_args([main_loss, adversarial_loss], weight_factor, gradient_ratio)
/external/autotest/client/common_lib/
H A Dtest.py588 _validate_args(args, dargs, self.initialize, self.setup,
749 def _validate_args(args, dargs, *funcs): function

Completed in 377 milliseconds