Home
last modified time | relevance | path

Searched defs:valid_types (Results 1 – 25 of 75) sorted by relevance

123

/third_party/mindspore/mindspore/core/ops/
Dceil.cc35 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in CeilInfer() local
Datan.cc35 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kInt32}; in AtanInfer() local
Dtan.cc41 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kInt32}; in TanInfer() local
Dasin.cc38 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kInt32}; in AsinInfer() local
Dsigmoid_cross_entropy_with_logits.cc43 …const std::set<TypePtr> valid_types = {kBool, kInt, kInt8, kInt16, kInt32, kInt64, kUIn… in SigmoidCrossEntropyWithLogitsInfer() local
Ddtype.cc35 const std::set<TypePtr> valid_types = {kTensorType}; in DTypeInferValue() local
Dhshrink.cc38 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in InferType() local
Dfloor.cc35 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kFloat64}; in InferType() local
Dlogical_and.cc40 const std::set<TypePtr> valid_types = {kBool}; in InferType() local
Dsquared_difference.cc34 const std::set<TypePtr> valid_types = {kInt32, kFloat16, kFloat32}; in InferType() local
Dlogical_or.cc38 const std::set<TypePtr> valid_types = {kBool}; in InferType() local
Ddropout.cc54 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in DropoutInfer() local
Dsoftmax_cross_entropy_with_logits.cc43 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in SoftmaxCrossEntropyWithLogitsInfer() local
Dlayer_norm_x_backprop_v2.cc40 std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in LayerNormXBackpropV2InferType() local
Dhsigmoid.cc38 const std::set<TypePtr> valid_types = {kInt8, kInt16, kInt32, kInt64, kFloat16, kFloat32}; in InferType() local
Dsmooth_l1_loss.cc49 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in SmoothL1LossInfer() local
DLayerNormXBackprop.cc39 std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in LayerNormXBackpropInferType() local
Dsoft_shrink.cc50 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in InferType() local
Drelu6.cc44 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in InferType() local
Droll.cc45 const std::set<TypePtr> valid_types = {kFloat32, kFloat16, kInt32, kUInt32, kInt8, kUInt8}; in InferType() local
/third_party/mindspore/mindspore/core/ops/grad/
Dsigmoid_cross_entropy_with_logits_grad.cc46 …const std::set<TypePtr> valid_types = {kBool, kInt, kInt8, kInt16, kInt32, kInt64, kUIn… in SigmoidCrossEntropyWithLogitsGradInfer() local
Dsmooth_l1_loss_grad.cc53 …const std::set<TypePtr> valid_types = {kBool, kInt, kInt8, kInt16, kInt32, kInt64, kUIn… in SmoothL1LossGradInfer() local
Dsoft_shrink_grad.cc50 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in SoftShrinkGradInferType() local
Dhshrink_grad.cc52 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in HShrinkGradInferType() local
Dsoft_margin_loss_grad.cc45 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in SoftMarginLossGradInferType() local

123