| /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/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/tensorflow/tensorflow/compiler/mlir/xla/ |
| D | type_to_shape.cc | 112 mlir::Type element_type = v.getElementType(); in TypeToShape() local 118 mlir::Type element_type = m.getElementType(); in TypeToShape() local 171 mlir::Type element_type = t.getElementType(); in TypeToShape() local
|
| 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()
|
| /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/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/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | unroll_batch_matmul.cc | 73 Value value, ArrayRef<int64_t> shape, Type element_type, Location loc, in createReshapeOp() 90 Type element_type = tensorType.getElementType(); in sliceInput() local 171 const tensorflow::MatMulBCast& bcast, int rows, int cols, Type element_type, in createMatMulOps() 228 auto element_type = lhs_type.getElementType(); in matchAndRewrite() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | nccl_all_to_all_thunk.cc | 93 PrimitiveType element_type = config_.config.operand_element_type[i]; in RunNcclCollective() local 127 PrimitiveType element_type = config_.config.operand_element_type[i]; in RunNcclCollective() local
|
| /external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/ |
| D | chlo_ops.cc | 67 static Type GetBroadcastType(Type x, Type y, Type element_type, in GetBroadcastType() 128 DictionaryAttr attributes, Type element_type, in InferBroadcastBinaryOpReturnTypeComponents() 200 Type element_type = ComplexType::get(lhs_type.getElementType()); in inferReturnTypeComponents() local 231 Type element_type = IntegerType::get(context, 1); in inferReturnTypeComponents() local 369 Type element_type = op.value().getType(); in inferReturnTypeComponents() local 420 Type element_type = on_true_type.getElementType(); in inferReturnTypeComponents() local
|
| /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/tensorflow/tensorflow/compiler/mlir/tfrt/analysis/ |
| D | compatibility_analysis.cc | 118 auto element_type = elements_attr.getType().getElementType(); in AnalyzeOpAttributes() local 144 auto element_type = tensor_type.getElementType(); in AnalyzeVariable() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
| D | fuzzer_pass_add_composite_inserts.cpp | 206 [](const opt::analysis::Type* element_type) { in ContainsPointer() 224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
|
| /external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_add_composite_inserts.cpp | 206 [](const opt::analysis::Type* element_type) { in ContainsPointer() 224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
|
| /external/deqp-deps/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_add_composite_inserts.cpp | 206 [](const opt::analysis::Type* element_type) { in ContainsPointer() 224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
|
| /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/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/clang/test/CodeGenCXX/ |
| D | linetable-eh.cpp | 22 typedef _Tp element_type; typedef in shared_ptr
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | shape_util.cc | 123 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithLayoutInternal() 208 /* static */ bool ShapeUtil::FillNewShape(PrimitiveType element_type, in FillNewShape() 254 /* static */ Shape ShapeUtil::MakeShape(PrimitiveType element_type, in MakeShape() 261 /* static */ Shape ShapeUtil::MakeScalarShape(PrimitiveType element_type) { in MakeScalarShape() 266 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShape() 280 PrimitiveType element_type, absl::Span<const int64> dimensions) { in MakeValidatedShape() 291 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeValidatedShape() 312 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithLayout() 349 PrimitiveType element_type, absl::Span<const int64> dimensions) { in MakeShapeWithDescendingLayout() 375 /* static */ Status ShapeUtil::PopulateShape(PrimitiveType element_type, in PopulateShape() [all …]
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
| D | variables_utils.cc | 45 auto element_type = type.getElementType(); in IsSupportedVariableType() local
|
| /external/libbrillo/brillo/glib/ |
| D | object.h | 32 typedef typename T::element_type element_type; typedef
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
| D | shape_inference_utils.cc | 157 Type element_type) { in CreateTensorType() 167 Type element_type) { in CreateShapedTypeComponents() 337 Type element_type; in InferReturnTypeComponentsForTFOp() local
|