/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/tensorflow/tensorflow/compiler/mlir/xla/ |
D | type_to_shape.cc | 113 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
|
D | hlo_utils.cc | 102 auto element_type = literal.shape().element_type(); in CreateDenseElementsAttrFromLiteral() local
|
/external/OpenCL-CTS/test_conformance/clcpp/images/ |
D | common.hpp | 37 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/ |
D | iota_test.cc | 39 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/ |
D | xla_shape.py | 40 def __init__(self, element_type, dimensions, layout=None): argument 71 def element_type(self): member in Shape
|
/external/google-breakpad/src/common/ |
D | scoped_ptr.h | 87 typedef C element_type; typedef 192 typedef C element_type; typedef 300 typedef C element_type; typedef
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | unroll_batch_matmul.cc | 70 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/ |
D | webrtc_PausePlayPeerConnections.py | 14 def run_once(self, mode = 'functional', element_type='video'): argument
|
/external/libcxx/test/std/utilities/memory/pointer.traits/ |
D | pointer.pass.cpp | 24 typedef short element_type; typedef
|
/external/libcxx/test/std/utilities/memory/pointer.conversion/ |
D | to_address.pass.cpp | 24 using element_type = int; typedef in P1 39 using element_type = int; typedef in P2
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_uniform_initializers.c | 44 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
|
D | link_uniform_initializers.cpp | 110 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/ |
D | linetable-eh.cpp | 22 typedef _Tp element_type; typedef in shared_ptr
|
/external/libbrillo/brillo/glib/ |
D | object.h | 31 typedef typename T::element_type element_type; typedef
|
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/ |
D | pointer_to.pass.cpp | 28 typedef T element_type; typedef
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | uniform_initializer_utils.cpp | 190 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/ |
D | decompose_resource_ops.cc | 42 static Type GetResourceSubtypeOrDefault(Value resource, Type element_type) { in GetResourceSubtypeOrDefault()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_util.cc | 92 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/ |
D | transformation_add_type_array.cpp | 40 auto element_type = in IsApplicable() local
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | transformation_add_type_array.cpp | 40 auto element_type = in IsApplicable() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_type_array.cpp | 41 auto element_type = in IsApplicable() local
|
D | fuzzer_pass_construct_composites.cpp | 234 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/ |
D | linked_ptr.h | 41 typedef X element_type; typedef
|