Home
last modified time | relevance | path

Searched refs:_types (Results 1 – 23 of 23) 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.py26 def _types(self): member in AbstractMemoryTests
52 for tp in self._types:
56 for tp in self._types:
62 for tp in self._types:
125 for tp in self._types:
134 for tp in self._types:
144 for tp in self._types:
152 for tp in self._types:
154 for tp_comp in self._types:
215 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/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/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/tensorflow/tensorflow/python/util/
Ddispatch.py116 self._types = types
121 if (isinstance(arg, self._types) or
123 any(isinstance(elt, self._types) for elt in arg))):
/external/mesa3d/src/intel/isl/
Dgen_format_layout.py117 _types = { variable in Channel
141 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.java644 private EnumSet<GenericNameType> _types; field in TimeZoneGenericNames.GenericNameSearchHandler
649 _types = types; in GenericNameSearchHandler()
659 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch()
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py977 self._types = _as_type_list(types)
980 shapes = _as_shape_list(shapes, self._types)
987 self._shapes = [tensor_shape.unknown_shape() for _ in self._types]
990 component_types=self._types,
1080 self._types,
/external/python/cpython3/Doc/library/
Dmodulefinder.rst97 _types:
Dstdtypes.rst3874 .. _types-set:
/external/python/cpython2/Doc/library/
Dmodulefinder.rst100 _types:
Dstdtypes.rst1794 .. _types-set:
/external/python/cpython3/Lib/
Dpprint.py40 import types as _types namespace
331 _dispatch[_types.MappingProxyType.__repr__] = _pprint_mappingproxy
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll76 !5 = !DIFile(filename: "/usr/include/sys/_types/_int16_t.h", directory: "/tmp")
/external/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll76 !5 = !DIFile(filename: "/usr/include/sys/_types/_int16_t.h", directory: "/tmp")
/external/python/cpython2/Misc/NEWS.d/
D2.6a3.rst215 The ``_types`` module, which was used as in implementation detail of the
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp1286 const char* _types, in Operation()
1292 , types(_types) in Operation()
1305 const char* _types, in Operation()
1310 , types(_types) in Operation()
/external/python/six/documentation/
Dindex.rst47 ``_types`` are mostly useful as the second argument to ``isinstance`` or
/external/toolchain-utils/cros_utils/
Dstats.py254 self._types = self._dispatch.keys()
257 if type(arg1) not in self._types:
/external/python/cpython2/Doc/reference/
Ddatamodel.rst107 .. _types:
/external/python/cpython3/Doc/reference/
Ddatamodel.rst117 .. _types: