HomeSort by relevance Sort by last modified time
    Searched refs:_name (Results 226 - 250 of 394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.hpp 237 std::string _name; member in class:clover::kernel
  /external/python/cpython2/Lib/ctypes/
__init__.py 346 _name = '<uninitialized>' variable in class:CDLL
353 self._name = name
366 self._handle = _dlopen(self._name, mode)
372 (self.__class__.__name__, self._name,
  /external/python/cpython3/Lib/ctypes/
__init__.py 328 _name = '<uninitialized>' variable in class:CDLL
335 self._name = name
356 self._handle = _dlopen(self._name, mode)
362 (self.__class__.__name__, self._name,
  /external/python/cpython3/Lib/multiprocessing/
popen_spawn_win32.py 46 prep_data = spawn.get_preparation_data(process_obj._name)
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
affine_linear_operator.py 121 self._name = name
cholesky_outer_product.py 90 self._name = name
gumbel.py 76 self._name = name
kumaraswamy.py 75 self._name = name
power_transform.py 70 self._name = name
sinh_arcsinh.py 125 self._name = name
softmax_centered.py 76 self._name = name
weibull.py 78 self._name = name
  /external/tensorflow/tensorflow/contrib/opt/python/training/
variable_clipping_optimizer.py 93 with ops.name_scope(name, self._name) as name:
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
head.py 73 self._name = name
77 return self._name
86 head_lib._summary_key(self._name, metric_keys.MetricKeys.LOSS),
234 with ops.name_scope(self._name, "head"):
  /external/tensorflow/tensorflow/python/distribute/cluster_resolver/
tpu_cluster_resolver_test.py 41 self._name = name
45 if self._name in self._tpu_map:
46 return self._tpu_map[self._name]
48 raise KeyError('Resource %s was not found' % self._name)
  /external/tensorflow/tensorflow/python/training/
adagrad.py 80 "accumulator", self._name)
momentum.py 82 self._zeros_slot(v, "momentum", self._name)
proximal_adagrad.py 76 self._get_or_make_slot(v, val, "accumulator", self._name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 656 self._name = None
664 return self._name
669 if self._name in _handlers:
670 del _handlers[self._name]
671 self._name = name
776 if self._name and self._name in _handlers:
777 del _handlers[self._name]
    [all...]
  /external/autotest/client/common_lib/
error.py 504 for _name, _thing in locals().items():
507 __all__.append(_name)
  /external/autotest/contrib/
db_cleanup.py 71 self._name = name
103 text = self.TEXT.format(self._name, bartext, self._cur, self._amount)
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
credentials.pxd.pxi 37 cdef readonly bytes _name
  /external/mesa3d/src/compiler/
glsl_types.h 1020 glsl_struct_field(const struct glsl_type *_type, const char *_name)
1021 : type(_type), name(_name), location(-1), offset(0), xfb_buffer(0),
  /external/python/cpython2/Lib/logging/
__init__.py 678 self._name = None
686 return self._name
691 if self._name in _handlers:
692 del _handlers[self._name]
693 self._name = name
798 if self._name and self._name in _handlers:
799 del _handlers[self._name]
    [all...]
  /external/python/cpython3/Lib/email/
headerregistry.py 206 self._name = name
212 return self._name

Completed in 1078 milliseconds

1 2 3 4 5 6 7 8 91011>>