Home
last modified time | relevance | path

Searched refs:_product (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_device.py35 self._product = product
60 return self._product
146 return "%s (%s)" % (self._product, self.vid_pid)
150 self._product, self.vid_pid, self._bus, self._port, self.parent)
Dusb_device_spec.py24 self._product = product
51 return self._product
62 return "%s (%s)" % (self._product, self.vid_pid)
/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2.py35 def _product(t): function
155 x_size = _product(x_shape)
156 x_val_size = _product(x_shape[1:]) # This is used for sparse gradients
157 y_size = _product(y_shape) * y_factor
223 x_size = _product(x_shape) * (2 if x_dtype.is_complex else 1)
273 y_size = _product(y_shape)
Dgradient_checker.py38 def _product(t): function
88 x_size = _product(x_shape)
89 x_val_size = _product(x_shape[1:]) # This is used for sparse gradients
90 dy_size = _product(dy_shape) * dy_factor
169 x_size = _product(x_shape) * (2 if x.dtype.is_complex else 1)
170 y_size = _product(y_shape) * (2 if y.dtype.is_complex else 1)
/external/llvm-project/polly/lib/External/isl/include/isl/
Dmulti.h217 __isl_give isl_multi_##BASE *isl_multi_##BASE##_product( \