/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_type.c | 64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_vec_type() local 79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type) in lp_check_elem_type() 123 LLVMTypeRef elem_type; in lp_check_vec_type() local 169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_int_vec_type() local
|
D | lp_bld_const.c | 251 LLVMTypeRef elem_type; in lp_build_one() local 303 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_const_elem() local 345 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_const_int_vec() local 400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_const_mask_aos() local
|
/third_party/flatbuffers/include/flatbuffers/ |
D | reflection.h | 233 reflection::BaseType elem_type, size_t i) { in GetAnyVectorElemI() 239 reflection::BaseType elem_type, size_t i) { in GetAnyVectorElemF() 245 reflection::BaseType elem_type, size_t i) { in GetAnyVectorElemS() 357 inline void SetAnyVectorElemI(VectorOfAny *vec, reflection::BaseType elem_type, in SetAnyVectorElemI() 363 inline void SetAnyVectorElemF(VectorOfAny *vec, reflection::BaseType elem_type, in SetAnyVectorElemF() 369 inline void SetAnyVectorElemS(VectorOfAny *vec, reflection::BaseType elem_type, in SetAnyVectorElemS()
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_rfft.cc | 53 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_fftimag.cc | 51 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_sin.cc | 51 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_flatten.cc | 52 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_sqrt.cc | 51 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_log.cc | 51 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_add.cc | 53 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_pow.cc | 53 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_mfcc.cc | 55 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_mul.cc | 53 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_maximum.cc | 53 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_squareddifference.cc | 53 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_sub.cc | 53 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_div.cc | 53 auto elem_type = tensor_type->element(); in TEST_F() local
|
D | test_ops_conv2d.cc | 74 auto elem_type = tensor_type->element(); in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | dump_proto.cc | 137 TypePtr elem_type = dyn_cast<TensorType>(type)->element(); in SetNodeOutputType() local 149 for (const auto &elem_type : tuple_type->elements()) { in SetNodeOutputType() local 157 for (const auto &elem_type : list_type->elements()) { in SetNodeOutputType() local 230 TypePtr elem_type = dyn_cast<TensorType>(val)->element(); in SetValueToProto() local
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | proto_exporter.cc | 54 TypePtr elem_type = dyn_cast<TensorType>(type)->element(); in SetTensorTypeProto() local 66 for (const auto &elem_type : tuple_type->elements()) { in SetTupleTypeProto() local 73 for (const auto &elem_type : list_type->elements()) { in SetListTypeProto() local 167 TypePtr elem_type = dyn_cast<TensorType>(val)->element(); in SetValueToProto() local
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | constant.h | 107 auto* elem_type = ElementType(); in WithScalarAt() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_memcpy.c | 99 const struct glsl_type *elem_type = glsl_get_array_element(type); in type_is_tightly_packed() local
|
D | nir_lower_readonly_images_to_tex.c | 31 const struct glsl_type *elem_type = in get_sampler_type_for_image() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver_constants.cc | 70 auto* elem_type = vec ? vec->type() : type; in EvaluateConstantValue() local
|
/third_party/mindspore/third_party/proto/onnx/ |
D | onnx.proto | 510 optional int32 elem_type = 1; field 518 optional TypeProto elem_type = 1; field
|