Searched refs:other_types (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_sizeof.cpp | 143 const char *other_types[] = variable 286 for( i = 0; i < sizeof( other_types ) / sizeof( other_types[0] ); i++ ) in test_sizeof() 288 if( 0 == strcmp(other_types[i], "image2d_t") && in test_sizeof() 296 0 == strcmp(other_types[i], "image3d_t") && in test_sizeof() 303 if( 0 == strcmp(other_types[i], "sampler_t") && in test_sizeof() 311 err = get_type_size( context, queue, other_types[i], &test, device ); in test_sizeof() 316 …ED: Type %s has size %lld, which is not a power of two (section 6.1.5)!\n", other_types[i], test ); in test_sizeof() 319 log_info( "%16s", other_types[i] ); in test_sizeof()
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | type_inference.py | 151 s: set(other_types) for s, other_types in init_from.types.items() 168 for s, other_types in other.types.items(): 174 self_types.update(other_types)
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 662 for other_types in all_types[1:]: 663 if other_types != types: 666 ", ".join(x.name for x in other_types)))
|
/external/python/asn1crypto/asn1crypto/ |
D | x509.py | 885 other_types = self._get_types(other) 887 if self_types != other_types:
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 2509 goto other_types; in cdata_ass_slice() 2520 other_types: in cdata_ass_slice()
|