Home
last modified time | relevance | path

Searched defs:builtin_type (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/sequence/
Dsequence_addn_gpu_kernel.cc89 #define SEQUENCE_ADDN_KERNEL_REG(ms_type, builtin_type) \ argument
Dsequence_stack_gpu_kernel.cc104 #define SEQUENCE_STACK_KERNEL_REG(ms_type, builtin_type) … argument
Dsequence_concat_gpu_kernel.cc130 #define SEQUENCE_CONCAT_KERNEL_REG(ms_type, builtin_type) \ argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/sequence/
Dsequence_stack_cpu_kernel.cc108 #define SEQUENCE_STACK_REG(ms_type, builtin_type) \ argument
Dsequence_concat_cpu_kernel.cc135 #define SEQUENCE_CONCAT_REG(ms_type, builtin_type) \ argument
Dsequence_unstack_cpu_kernel.cc141 #define SEQUENCE_STACK_REG(ms_type, builtin_type) \ argument
Dsequence_addn_cpu_kernel.cc103 #define SEQUENCE_ADDN_REG(ms_type, builtin_type) \ argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/hir/
Dtype_ref.rs471 pub fn builtin_type(&self) -> BuiltinType { in builtin_type() method
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.cc1697 sem::Type* GeneratorImpl::builtin_type(ast::Builtin builtin) { in builtin_type() function in tint::writer::glsl::GeneratorImpl
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dlib.rs21 pub mod builtin_type; module
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs1285 pub(crate) fn builtin_type( in builtin_type() method
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1621 spv::BuiltIn builtin_type = spv::BuiltInMax; member
Dspirv_msl.cpp12540 auto builtin_type = BuiltIn(get_decoration(arg.id, DecorationBuiltIn)); in argument_decl() local