Home
last modified time | relevance | path

Searched refs:kUInt32 (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dsigmoid_cross_entropy_with_logits.cc44 … kUInt16, kUInt32, kUInt64, kFloat, kFloat16, kFloat32, kFloat64, kComplex64}; in SigmoidCrossEntropyWithLogitsInfer()
Droll.cc45 const std::set<TypePtr> valid_types = {kFloat32, kFloat16, kInt32, kUInt32, kInt8, kUInt8}; in InferType()
Dreverse_v2.cc36 kUInt32, kUInt64, kFloat16, kFloat32, kFloat64, kBool}; in InferType()
Dzeros.cc49 kUInt16, kUInt32, kUInt64, kFloat16, kFloat32, kFloat64}; in ZerosInferType()
Dones.cc47 kUInt16, kUInt32, kUInt64, kFloat16, kFloat32, kFloat64}; in OnesInferType()
Dop_utils.h282 kUInt32, kUInt64, kFloat16, kFloat32, kFloat64};
286 kUInt16, kUInt32, kUInt64, kFloat, kFloat16, kFloat32, kFloat64, kComplex64,
Dsplit_v.cc89 kUInt16, kUInt32, kUInt64, kFloat16, kFloat32}; in InferType()
/third_party/mindspore/mindspore/core/ops/grad/
Dsigmoid_cross_entropy_with_logits_grad.cc47 … kUInt16, kUInt32, kUInt64, kFloat, kFloat16, kFloat32, kFloat64, kComplex64}; in SigmoidCrossEntropyWithLogitsGradInfer()
Dsmooth_l1_loss_grad.cc54 … kUInt16, kUInt32, kUInt64, kFloat, kFloat16, kFloat32, kFloat64, kComplex64}; in SmoothL1LossGradInfer()
/third_party/mindspore/mindspore/core/ir/
Dscalar.h254 UInt32Imm() : IntergerImm(kUInt32), v_(0) {} in UInt32Imm()
255 explicit UInt32Imm(uint32_t v) : IntergerImm(kUInt32), v_(v) { in UInt32Imm()
Ddtype_extends.cc69 …{kNumberTypeUInt32, kUInt32}, {kNumberTypeUInt64, kUInt64}, {kNumberTypeBool, kBool}, in TypeIdToType()
/third_party/mindspore/mindspore/core/ir/dtype/
Dnumber.h175 inline const TypePtr kUInt32 = std::make_shared<UInt>(static_cast<int>(BitsNum::eBits32)); variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.cc773 } else if (type_id == kUInt32->type_id()) { in GetInputTensorValue()