Home
last modified time | relevance | path

Searched refs:int_types (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/third_party/markupsafe/
D_compat.py19 int_types = (int,) variable
24 int_types = (int, long) variable
D__init__.py12 from markupsafe._compat import text_type, string_types, int_types, \
89 if isinstance(num, int_types):
/external/tensorflow/tensorflow/python/ops/
Dstateful_random_ops.py97 int_types = (int,) if sys.version_info >= (3, 0) else (int, long)
98 if isinstance(seed, int_types):
/external/tensorflow/tensorflow/compiler/tests/
Dscan_ops_test.py77 return set(self.int_types).intersection([np.int32, np.int64])
155 return set(self.int_types).intersection([np.int32, np.int64])
Dcategorical_op_test.py40 return set(self.int_types).intersection([np.int32, np.int64])
Dsegment_reduction_ops_test.py174 for dtype in self.int_types | self.float_types:
Dscatter_nd_op_test.py118 for itype in set([np.int32, np.int64]).intersection(set(self.int_types)):
Dgather_test.py89 if np.int64 not in self.int_types:
Dxla_test.py164 def int_types(self): member in XLATestCase
Dnary_ops_test.py169 if np.int64 in self.int_types:
Dunary_ops_test.py704 for dtype in self.int_types:
/external/python/cpython2/Lib/ctypes/test/
Dtest_bitfields.py52 int_types = unsigned_int_types + signed_int_types variable
144 for c_typ in int_types:
/external/python/cpython3/Lib/ctypes/test/
Dtest_bitfields.py51 int_types = unsigned_int_types + signed_int_types variable
143 for c_typ in int_types:
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dmem2reg_fp80.ll42 !7 = !DIFile(filename: "int_types.h", directory: "")