HomeSort by relevance Sort by last modified time
    Searched refs:_group (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/contrib/kafka/python/ops/
kafka_dataset_ops.py 59 self._group = ops.convert_to_tensor(
69 self._group, self._eof, self._timeout)
  /external/grpc-grpc/src/python/grpcio/grpc/beta/
_client_adaptations.py 294 self._group = group
307 self._channel, self._group, self._method, timeout, with_call,
313 self._channel, self._group, self._method, timeout, protocol_options,
332 self._group = group
340 self._channel, self._group, self._method, timeout, protocol_options,
359 self._group = group
372 self._channel, self._group, self._method, timeout, with_call,
383 self._channel, self._group, self._method, timeout, protocol_options,
401 self._group = group
413 self._channel, self._group, self._method, timeout, protocol_options
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_fs_builder.h 59 _group(0),
74 _group(inst->group),
121 bld._group += i * n;
175 return _group;
363 inst->group = _group;
651 unsigned _group; member in class:brw::fs_builder
brw_vec4_builder.h 56 _dispatch_width(dispatch_width), _group(0),
70 _dispatch_width(inst->exec_size), _group(inst->group),
117 bld._group += i * n;
162 return _group;
623 unsigned _group; member in class:brw::vec4_builder
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 140 def _group(s, monetary=False): function
208 parts[0], seps = _group(parts[0], monetary=monetary)
217 formatted, seps = _group(formatted, monetary=monetary)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 132 def _group(s, monetary=False): function
202 parts[0], seps = _group(parts[0], monetary=monetary)
211 formatted, seps = _group(formatted, monetary=monetary)
    [all...]
  /external/python/cpython2/Lib/
locale.py 142 def _group(s, monetary=False): function
210 parts[0], seps = _group(parts[0], monetary=monetary)
219 formatted, seps = _group(formatted, monetary=monetary)
    [all...]
  /external/python/cpython3/Lib/
locale.py 138 def _group(s, monetary=False): function
193 parts[0], seps = _group(parts[0], monetary=monetary)
202 formatted, seps = _group(formatted, monetary=monetary)
    [all...]
shutil.py     [all...]
  /external/tensorflow/tensorflow/python/distribute/
distribute_lib.py 559 return self._extended._group(value, name) # pylint: disable=protected-access
1275 def _group(self, value, name=None): member in class:DistributionStrategyExtended
    [all...]
values.py     [all...]
  /external/autotest/client/bin/
job.py 534 _group, testname = self.pkgmgr.get_package_name(url, 'test')
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 113 self._group = group
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 474 token._group = token_group
    [all...]

Completed in 1240 milliseconds