/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
H A 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
|
H A D | element_type.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
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/ |
H A 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
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/ |
D | map.hpp | 111 typedef std::pair<const DomainT, CodomainT> element_type; typedef in boost::icl::map 416 typedef typename Type::element_type element_type; typedef 426 typedef typename Type::element_type element_type; typedef 513 typedef typename Type::element_type element_type; typedef 521 typedef typename Type::element_type element_type; typedef 535 typedef typename Type::element_type element_type; typedef 552 typedef typename Type::element_type element_type; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | shape_util.cc | 100 PrimitiveType element_type, absl::Span<const int64_t> dimensions, in MakeShapeWithLayoutInternal() 210 /* static */ bool ShapeUtil::FillNewShape(PrimitiveType element_type, in FillNewShape() 255 /* static */ Shape ShapeUtil::MakeShape(PrimitiveType element_type, in MakeShape() 262 /* static */ Shape ShapeUtil::MakeScalarShape(PrimitiveType element_type) { in MakeScalarShape() 267 PrimitiveType element_type, absl::Span<const int64_t> dimensions, in MakeShape() 281 PrimitiveType element_type, absl::Span<const int64_t> dimensions) { in MakeValidatedShape() 292 PrimitiveType element_type, absl::Span<const int64_t> dimensions, in MakeValidatedShape() 313 PrimitiveType element_type, absl::Span<const int64_t> dimensions, in MakeShapeWithLayout() 352 PrimitiveType element_type, absl::Span<const int64_t> dimensions) { in MakeShapeWithDescendingLayout() 385 PrimitiveType element_type, absl::Span<const int64_t> dimensions, in PopulateShape() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
D | pointer.h | 70 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 112 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 164 typedef const _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/ |
D | pointer.h | 70 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 112 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 164 typedef const _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/memory/pointer.conversion/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 25 using element_type = Irrelevant; typedef 32 using element_type = Irrelevant; typedef 60 using element_type = Irrelevant; typedef 87 using element_type = Irrelevant; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | shape_inference.cc | 227 Type element_type) { in CreateTensorType() 261 Type element_type = getElementTypeOrSelf(dst_type); in InsertCast() local 312 auto element_type = in CanInferTensorListElementType() local 323 RankedTensorType element_type = in CanInferTensorListElementType() local 331 auto element_type = in CanInferTensorListElementType() local 1241 RankedTensorType element_type; in InferShapeForTensorListInitOps() local 1369 Type element_type) { in InferWindowOutputShape() 1545 xla::ConvolutionDimensionNumbers dnums, Type element_type) { in InferXlaConvOutputShape() 1783 Type element_type = input_tensor_element_type.getIntOrFloatBitWidth() >= in InferShapeForXlaConvV2Op() local 2009 Type element_type = in InferShapeForWhile() local [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | constants.cpp | 397 const Type* element_type = type->AsVector()->element_type(); in GetNullCompositeConstant() local 404 const Type* element_type = type->AsMatrix()->element_type(); in GetNullCompositeConstant() local 414 const Type* element_type = type->AsArray()->element_type(); in GetNullCompositeConstant() local 432 const auto* element_type = type->element_type(); in GetNumericVectorConstantWithWords() local 539 const analysis::Type* element_type = vector_type->element_type(); in GetVectorComponents() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 397 const Type* element_type = type->AsVector()->element_type(); in GetNullCompositeConstant() local 404 const Type* element_type = type->AsMatrix()->element_type(); in GetNullCompositeConstant() local 414 const Type* element_type = type->AsArray()->element_type(); in GetNullCompositeConstant() local 432 const auto* element_type = type->element_type(); in GetNumericVectorConstantWithWords() local 539 const analysis::Type* element_type = vector_type->element_type(); in GetVectorComponents() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | unique_ptr_test_utils_beg.hpp | 42 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type; typedef in def_constr_deleter 67 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type; typedef in copy_constr_deleter 107 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type; typedef in move_constr_deleter 199 typedef typename unique_ptr_type::element_type element_type; typedef
|
/aosp_15_r20/system/teeui/libteeui_jni/ |
H A D | libteeui_jni.cpp | 31 using element_type = jint; typedef 42 using element_type = jbyte; typedef 53 using element_type = const char; typedef 72 using element_type = typename JTypeTraits<T>::element_type; typedef in JArray
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/iterators/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A 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
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | constants.cpp | 397 const Type* element_type = type->AsVector()->element_type(); in GetNullCompositeConstant() local 404 const Type* element_type = type->AsMatrix()->element_type(); in GetNullCompositeConstant() local 414 const Type* element_type = type->AsArray()->element_type(); in GetNullCompositeConstant() local 432 const auto* element_type = type->element_type(); in GetNumericVectorConstantWithWords() local 561 const analysis::Type* element_type = vector_type->element_type(); in GetVectorComponents() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/ |
D | element_iterator.hpp | 146 typedef domain_type element_type; typedef 169 typedef std::pair<DomainT, CodomainT> element_type; typedef 198 typedef domain_type element_type; typedef 223 typedef std::pair<domain_type, codomain_type> element_type; typedef 257 typedef typename elemental<segment_type>::type element_type; typedef in boost::icl::element_iterator
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ |
H A D | hlo_utils.cc | 112 auto element_type = literal.shape().element_type(); in CreateDenseElementsAttrFromLiteral() local 152 mlir::Type element_type = data.getType().getElementType(); in CopyDenseElementsDataToXlaFormat() local 228 StatusOr<mlir::Type> ConvertPrimitiveTypeToMLIRType(PrimitiveType element_type, in ConvertPrimitiveTypeToMLIRType()
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | scoped_ptr.h | 87 typedef C element_type; typedef 192 typedef C element_type; typedef 300 typedef C element_type; typedef
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniform_initializers.c | 44 const struct glsl_type *element_type = glsl_get_array_element(type); in set_opaque_binding() local 206 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local 222 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
|