Searched refs:int_types (Results 1 – 14 of 14) sorted by relevance
/external/libchrome/third_party/markupsafe/ |
D | _compat.py | 19 int_types = (int,) variable 24 int_types = (int, long) variable
|
D | __init__.py | 12 from markupsafe._compat import text_type, string_types, int_types, \ 89 if isinstance(num, int_types):
|
/external/tensorflow/tensorflow/python/ops/ |
D | stateful_random_ops.py | 97 int_types = (int,) if sys.version_info >= (3, 0) else (int, long) 98 if isinstance(seed, int_types):
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | scan_ops_test.py | 77 return set(self.int_types).intersection([np.int32, np.int64]) 155 return set(self.int_types).intersection([np.int32, np.int64])
|
D | categorical_op_test.py | 40 return set(self.int_types).intersection([np.int32, np.int64])
|
D | segment_reduction_ops_test.py | 174 for dtype in self.int_types | self.float_types:
|
D | scatter_nd_op_test.py | 118 for itype in set([np.int32, np.int64]).intersection(set(self.int_types)):
|
D | gather_test.py | 89 if np.int64 not in self.int_types:
|
D | xla_test.py | 164 def int_types(self): member in XLATestCase
|
D | nary_ops_test.py | 169 if np.int64 in self.int_types:
|
D | unary_ops_test.py | 704 for dtype in self.int_types:
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_bitfields.py | 52 int_types = unsigned_int_types + signed_int_types variable 144 for c_typ in int_types:
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_bitfields.py | 51 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/ |
D | mem2reg_fp80.ll | 42 !7 = !DIFile(filename: "int_types.h", directory: "")
|