/external/tensorflow/tensorflow/compiler/xla/runtime/ |
D | types.h | 139 RankedTensorType(llvm::ArrayRef<int64_t> sizes, tfrt::DType element_type) in RankedTensorType() 144 tfrt::DType element_type() const { return element_type_; } in element_type() function 161 explicit UnrankedTensorType(tfrt::DType element_type) in UnrankedTensorType() 164 tfrt::DType element_type() const { return element_type_; } in element_type() function 183 MemrefType(llvm::ArrayRef<int64_t> sizes, tfrt::DType element_type) in MemrefType() 188 tfrt::DType element_type() const { return element_type_; } in element_type() function 208 explicit UnrankedMemrefType(tfrt::DType element_type) in UnrankedMemrefType() 211 tfrt::DType element_type() const { return element_type_; } in element_type() function
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
D | element_type.compile.pass.cpp | 25 typedef char element_type; typedef 31 typedef char element_type; typedef 47 static int element_type; member 53 typedef int element_type; typedef
|
D | difference_type.compile.pass.cpp | 26 typedef short element_type; typedef 32 typedef short element_type; typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
D | element_type.compile.pass.cpp | 25 typedef char element_type; typedef 31 typedef char element_type; typedef 47 static int element_type; member 53 typedef int element_type; typedef
|
D | difference_type.compile.pass.cpp | 26 typedef short element_type; typedef 32 typedef short element_type; typedef
|
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
D | element_type.pass.cpp | 26 typedef char element_type; typedef 32 typedef char element_type; typedef 48 static int element_type; member 54 typedef int element_type; typedef
|
D | difference_type.pass.cpp | 26 typedef short element_type; typedef 32 typedef short element_type; typedef
|
/external/sdv/vsomeip/third_party/boost/core/test/ |
D | pointer_traits_element_type_test.cpp | 23 typedef bool element_type; typedef 28 typedef bool element_type; typedef 33 typedef bool element_type; typedef 42 typedef bool element_type; typedef
|
/external/sdv/vsomeip/third_party/boost/align/include/boost/align/detail/ |
D | element_type.hpp | 82 struct element_type { struct 84 remove_reference<T>::type>::type>::type type;
|
/external/sdv/vsomeip/third_party/boost/iterator/test/ |
D | pointee.cpp | 14 typedef T element_type; typedef 30 typedef typename boost::add_const<T>::type element_type; typedef
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | embed_memref_prints.cc | 38 Operation* EmitMemRefPrint(Location loc, Type element_type, Value arg, in EmitMemRefPrint() 76 bool IsElementTypePrintalble(Type element_type) { in IsElementTypePrintalble() 85 Type element_type = unranked_type.getElementType(); in EmitMemRefPrint() local 91 Type element_type = ranked_type.getElementType(); in EmitMemRefPrint() local
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/iterators/ |
D | contiguous_iterators.pass.cpp | 109 typedef int element_type; // enable to_address via pointer_traits typedef in my_contiguous_iterator 136 using element_type = int; typedef 144 using element_type = int; typedef
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/iterators/ |
D | contiguous_iterators.pass.cpp | 109 typedef int element_type; // enable to_address via pointer_traits typedef in my_contiguous_iterator 136 using element_type = int; typedef 144 using element_type = int; typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/ |
D | contiguous_iterator.compile.pass.cpp | 35 typedef int element_type; typedef 104 typedef short element_type; typedef 139 typedef int element_type; typedef 170 typedef void element_type; typedef 217 typedef int element_type; typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/ |
D | contiguous_iterator.compile.pass.cpp | 35 typedef int element_type; typedef 104 typedef short element_type; typedef 139 typedef int element_type; typedef 170 typedef void element_type; typedef 217 typedef int element_type; typedef
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | iota_test.cc | 64 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local 93 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local 125 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local
|
/external/cronet/stable/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/ |
D | iter_value_t.compile.pass.cpp | 44 using element_type = double; typedef 69 using element_type = long; typedef
|
D | indirectly_readable_traits.compile.pass.cpp | 84 using element_type = U; typedef 90 using element_type = U; typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/ |
D | iter_value_t.compile.pass.cpp | 44 using element_type = double; typedef 69 using element_type = long; typedef
|
D | indirectly_readable_traits.compile.pass.cpp | 84 using element_type = U; typedef 90 using element_type = U; typedef
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__memory/ |
D | auto_ptr.h | 34 typedef _Tp element_type; typedef 85 typedef void element_type; typedef
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__memory/ |
D | auto_ptr.h | 34 typedef _Tp element_type; typedef 85 typedef void element_type; typedef
|
/external/cronet/stable/third_party/libc++/src/include/__memory/ |
D | auto_ptr.h | 34 typedef _Tp element_type; typedef 85 typedef void element_type; typedef
|
/external/cronet/tot/third_party/libc++/src/include/__memory/ |
D | auto_ptr.h | 34 typedef _Tp element_type; typedef 85 typedef void element_type; typedef
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/memory/pointer.conversion/ |
D | to_address.pass.cpp | 23 using element_type = Irrelevant; typedef 30 using element_type = Irrelevant; typedef 58 using element_type = Irrelevant; typedef 85 using element_type = Irrelevant; typedef
|