Home
last modified time | relevance | path

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

1234567

/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/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc113 mlir::Type element_type = v.getElementType(); in TypeToShape() local
123 mlir::Type element_type = m.getElementType(); in TypeToShape() local
153 mlir::Type element_type = t.getElementType(); in TypeToShape() local
Dhlo_utils.cc102 auto element_type = literal.shape().element_type(); in CreateDenseElementsAttrFromLiteral() local
/external/OpenCL-CTS/test_conformance/clcpp/images/
Dcommon.hpp37 typedef cl_int4 element_type; typedef
48 typedef cl_int4 element_type; typedef
59 typedef cl_int4 element_type; typedef
70 typedef cl_uint4 element_type; typedef
81 typedef cl_uint4 element_type; typedef
92 typedef cl_uint4 element_type; typedef
103 typedef cl_float4 element_type; typedef
/external/tensorflow/tensorflow/compiler/xla/tests/
Diota_test.cc39 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local
68 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local
100 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_shape.py40 def __init__(self, element_type, dimensions, layout=None): argument
71 def element_type(self): member in Shape
/external/google-breakpad/src/common/
Dscoped_ptr.h87 typedef C element_type; typedef
192 typedef C element_type; typedef
300 typedef C element_type; typedef
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dunroll_batch_matmul.cc70 Value value, ArrayRef<int64_t> shape, Type element_type, Location loc, in createReshapeOp()
87 Type element_type = tensorType.getElementType(); in sliceInput() local
162 const tensorflow::MatMulBCast& bcast, int rows, int cols, Type element_type, in createMatMulOps()
212 auto element_type = lhs_type.getElementType(); in matchAndRewrite() local
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dwebrtc_PausePlayPeerConnections.py14 def run_once(self, mode = 'functional', element_type='video'): argument
/external/libcxx/test/std/utilities/memory/pointer.traits/
Dpointer.pass.cpp24 typedef short element_type; typedef
/external/libcxx/test/std/utilities/memory/pointer.conversion/
Dto_address.pass.cpp24 using element_type = int; typedef in P1
39 using element_type = int; typedef in P2
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_initializers.c44 const struct glsl_type *element_type = glsl_get_array_element(type); in set_opaque_binding() local
204 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
220 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
Dlink_uniform_initializers.cpp110 const glsl_type *const element_type = type->fields.array; in set_opaque_binding() local
205 const glsl_type *const element_type = type->fields.array; in set_uniform_initializer() local
/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp22 typedef _Tp element_type; typedef in shared_ptr
/external/libbrillo/brillo/glib/
Dobject.h31 typedef typename T::element_type element_type; typedef
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
Dpointer_to.pass.cpp28 typedef T element_type; typedef
/external/mesa3d/src/compiler/glsl/tests/
Duniform_initializer_utils.cpp190 const glsl_type *const element_type = in generate_array_data() local
244 const glsl_type *const element_type = val->const_elements[0]->type; in verify_data() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_resource_ops.cc42 static Type GetResourceSubtypeOrDefault(Value resource, Type element_type) { in GetResourceSubtypeOrDefault()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc92 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithLayoutInternal()
174 /* static */ Shape ShapeUtil::MakeShape(PrimitiveType element_type, in MakeShape()
179 /* static */ Shape ShapeUtil::MakeScalarShape(PrimitiveType element_type) { in MakeScalarShape()
184 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShape()
198 PrimitiveType element_type, absl::Span<const int64> dimensions) { in MakeValidatedShape()
206 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeValidatedShape()
217 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithLayout()
226 PrimitiveType element_type, absl::Span<const int64> dimensions) { in MakeShapeWithDescendingLayout()
252 /* static */ Status ShapeUtil::PopulateShape(PrimitiveType element_type, in PopulateShape()
466 const Shape& shape, PrimitiveType element_type) { in IsScalarWithElementType()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_array.cpp40 auto element_type = in IsApplicable() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_type_array.cpp40 auto element_type = in IsApplicable() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_array.cpp41 auto element_type = in IsApplicable() local
Dfuzzer_pass_construct_composites.cpp234 for (auto element_type : struct_type.element_types()) { in TryConstructingStructComposite() local
259 auto element_type = vector_type.element_type(); in TryConstructingVectorComposite() local
/external/webrtc/webrtc/base/
Dlinked_ptr.h41 typedef X element_type; typedef

1234567