Home
last modified time | relevance | path

Searched refs:_types (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
D_typecheck.py53 self._types = types
56 args_repr = ", ".join(repr(t) for t in self._types)
68 tpe, = self._types # pylint: disable=unbalanced-tuple-unpacking
86 return isinstance(instance, self._types)
149 and len(instance) == len(self._types)
150 and all(isinstance(x, t) for x, t in zip(instance, self._types)))
160 key_type, value_type = self._types # pylint: disable=unbalanced-tuple-unpacking
182 …return type(t)(*[_replace_forward_references(t, context) for t in t._types]) # pylint: disable=pr…
/external/python/cpython2/Lib/test/
Dtest_memoryview.py25 def _types(self): member in AbstractMemoryTests
51 for tp in self._types:
55 for tp in self._types:
61 for tp in self._types:
124 for tp in self._types:
133 for tp in self._types:
143 for tp in self._types:
151 for tp in self._types:
153 for tp_comp in self._types:
214 for tp in self._types:
[all …]
/external/python/cpython3/Lib/test/
Dtest_memoryview.py26 def _types(self): member in AbstractMemoryTests
51 for tp in self._types:
55 for tp in self._types:
127 for tp in self._types:
136 for tp in self._types:
146 for tp in self._types:
154 for tp in self._types:
156 for tp_comp in self._types:
206 for tp in self._types:
218 for tp in self._types:
[all …]
/external/python/cpython2/Lib/idlelib/
DMultiCall.py71 self.sequence = '<'+_types[type][0]+'>'
182 self.typename = _types[type][0]
234 _types = ( variable
244 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
248 for number in range(len(_types))
249 for name in _types[number]])
297 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'-'+ \
300 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'>'
321 for i in range(len(_types))]
/external/python/cpython3/Lib/idlelib/
Dmulticall.py76 self.sequence = '<'+_types[type][0]+'>'
192 self.typename = _types[type][0]
248 _types = ( variable
258 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
262 for number in range(len(_types))
263 for name in _types[number]])
308 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'-'+ \
311 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'>'
332 for i in range(len(_types))]
/external/mesa3d/src/intel/isl/
Dgen_format_layout.py105 _types = { variable in Channel
129 self.type = self._types[grouped.group('type')].upper()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java639 private EnumSet<GenericNameType> _types; field in TimeZoneGenericNames.GenericNameSearchHandler
644 _types = types; in GenericNameSearchHandler()
654 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java641 private EnumSet<GenericNameType> _types; field in TimeZoneGenericNames.GenericNameSearchHandler
646 _types = types; in GenericNameSearchHandler()
656 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch()
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py976 self._types = _as_type_list(types)
979 shapes = _as_shape_list(shapes, self._types)
986 self._shapes = [tensor_shape.unknown_shape() for _ in self._types]
989 component_types=self._types,
1079 self._types,
/external/python/cpython3/Doc/library/
Dmodulefinder.rst97 _types:
Dstdtypes.rst3793 .. _types-set:
/external/python/cpython2/Doc/library/
Dmodulefinder.rst100 _types:
Dstdtypes.rst1790 .. _types-set:
/external/python/cpython3/Lib/
Dpprint.py40 import types as _types namespace
331 _dispatch[_types.MappingProxyType.__repr__] = _pprint_mappingproxy
/external/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll76 !5 = !DIFile(filename: "/usr/include/sys/_types/_int16_t.h", directory: "/tmp")
/external/boringssl/src/third_party/android-cmake/
Dandroid.toolchain.cmake876 …atforms/android-9/arch-x86/include/machine/_types.h b/ndk/platforms/android-9/arch-x86/include/mac…
878 --- a/ndk/platforms/android-9/arch-x86/include/machine/_types.h
879 +++ b/ndk/platforms/android-9/arch-x86/include/machine/_types.h
/external/toolchain-utils/cros_utils/
Dstats.py254 self._types = self._dispatch.keys()
257 if type(arg1) not in self._types:
/external/python/cpython3/Doc/reference/
Ddatamodel.rst117 .. _types:
/external/python/cpython2/Doc/reference/
Ddatamodel.rst107 .. _types:
/external/python/cpython2/Misc/
DNEWS10099 - Issue #2408: The ``_types`` module, which was used as in
/external/annotation-tools/asmx/test/lib/
Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META- ...