Home
last modified time | relevance | path

Searched defs:single_type (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dall_to_all_unify_mindir.cc120 auto single_type = common::AnfAlgo::GetOutputInferDataType(split_outputs[0], 0UL); in CreateAllToAllvNode() local
192 auto single_type = common::AnfAlgo::GetOutputInferDataType(split_outputs[0], 0UL); in CreateAllToAllvNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/
Dalltoall_fusion.cc122 auto single_type = common::AnfAlgo::GetOutputInferDataType(split_outputs[0], 0); in CreateAllToAllvNode() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c640 LLVMTypeRef single_type = lp_build_vec_type(gallivm, single_type_lp); in lp_build_transpose_aos() local
/third_party/rust/crates/cxx/syntax/
Dparse.rs423 let single_type = single_type.clone(); in parse_foreign_mod() localVariable
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c956 …LLVMTypeRef single_type = (attrib == primid_slot) ? lp_build_int_vec_type(gallivm, soa_type) : lp_… in convert_to_aos() local
1035 LLVMTypeRef single_type = lp_build_vec_type(gallivm, vs_type); in store_clip() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c270 …LLVMTypeRef single_type = (attrib == primid_slot) ? lp_build_int_elem_type(gallivm, soa_type) : lp… in mesh_convert_to_aos() local