Home
last modified time | relevance | path

Searched defs:element_type (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/external/tensorflow/tensorflow/compiler/xla/runtime/
Dtypes.h139 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/
Delement_type.compile.pass.cpp25 typedef char element_type; typedef
31 typedef char element_type; typedef
47 static int element_type; member
53 typedef int element_type; typedef
Ddifference_type.compile.pass.cpp26 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/
Delement_type.compile.pass.cpp25 typedef char element_type; typedef
31 typedef char element_type; typedef
47 static int element_type; member
53 typedef int element_type; typedef
Ddifference_type.compile.pass.cpp26 typedef short element_type; typedef
32 typedef short element_type; typedef
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
Delement_type.pass.cpp26 typedef char element_type; typedef
32 typedef char element_type; typedef
48 static int element_type; member
54 typedef int element_type; typedef
Ddifference_type.pass.cpp26 typedef short element_type; typedef
32 typedef short element_type; typedef
/external/sdv/vsomeip/third_party/boost/core/test/
Dpointer_traits_element_type_test.cpp23 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/
Delement_type.hpp82 struct element_type { struct
84 remove_reference<T>::type>::type>::type type;
/external/sdv/vsomeip/third_party/boost/iterator/test/
Dpointee.cpp14 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/
Dembed_memref_prints.cc38 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/
Dcontiguous_iterators.pass.cpp109 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/
Dcontiguous_iterators.pass.cpp109 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/
Dcontiguous_iterator.compile.pass.cpp35 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/
Dcontiguous_iterator.compile.pass.cpp35 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/
Diota_test.cc64 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/
Diter_value_t.compile.pass.cpp44 using element_type = double; typedef
69 using element_type = long; typedef
Dindirectly_readable_traits.compile.pass.cpp84 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/
Diter_value_t.compile.pass.cpp44 using element_type = double; typedef
69 using element_type = long; typedef
Dindirectly_readable_traits.compile.pass.cpp84 using element_type = U; typedef
90 using element_type = U; typedef
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__memory/
Dauto_ptr.h34 typedef _Tp element_type; typedef
85 typedef void element_type; typedef
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__memory/
Dauto_ptr.h34 typedef _Tp element_type; typedef
85 typedef void element_type; typedef
/external/cronet/stable/third_party/libc++/src/include/__memory/
Dauto_ptr.h34 typedef _Tp element_type; typedef
85 typedef void element_type; typedef
/external/cronet/tot/third_party/libc++/src/include/__memory/
Dauto_ptr.h34 typedef _Tp element_type; typedef
85 typedef void element_type; typedef
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/memory/pointer.conversion/
Dto_address.pass.cpp23 using element_type = Irrelevant; typedef
30 using element_type = Irrelevant; typedef
58 using element_type = Irrelevant; typedef
85 using element_type = Irrelevant; typedef

12345678910>>...15