Home
last modified time | relevance | path

Searched defs:elem_type (Results 1 – 25 of 72) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c64 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
Dlp_bld_const.c251 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/
Dreflection.h233 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/
Dtest_ops_rfft.cc53 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_fftimag.cc51 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_sin.cc51 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_flatten.cc52 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_sqrt.cc51 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_log.cc51 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_add.cc53 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_pow.cc53 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_mfcc.cc55 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_mul.cc53 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_maximum.cc53 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_squareddifference.cc53 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_sub.cc53 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_div.cc53 auto elem_type = tensor_type->element(); in TEST_F() local
Dtest_ops_conv2d.cc74 auto elem_type = tensor_type->element(); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/debug/
Ddump_proto.cc137 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/
Dproto_exporter.cc54 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/
Dconstant.h107 auto* elem_type = ElementType(); in WithScalarAt() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_memcpy.c99 const struct glsl_type *elem_type = glsl_get_array_element(type); in type_is_tightly_packed() local
Dnir_lower_readonly_images_to_tex.c31 const struct glsl_type *elem_type = in get_sampler_type_for_image() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_constants.cc70 auto* elem_type = vec ? vec->type() : type; in EvaluateConstantValue() local
/third_party/mindspore/third_party/proto/onnx/
Donnx.proto510 optional int32 elem_type = 1; field
518 optional TypeProto elem_type = 1; field

123