Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dleaky_relu_ext.cc32 static const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kFloat64, kBFloat16}; in InferType() local
43 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kFloat64, kBFloat16}; in InferType() local
Dgelu.cc42 const std::set<TypePtr> valid_types = {kBFloat16, kFloat16, kFloat32, kFloat64}; in InferType() local
51 const std::set<TypePtr> valid_types = {kBFloat16, kFloat16, kFloat32, kFloat64}; in InferType() local
Dceil.cc44 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kFloat64, kBFloat16}; in InferType() local
53 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kFloat64, kBFloat16}; in InferType() local
Dfft_with_size.cc200 auto valid_types = get_input_types(kRfftTypes); in InferType() local
204 auto valid_types = get_input_types(kIrfftTypes); in InferType() local
209 auto valid_types = get_input_types(kFftTypes); in InferType() local
Daddmm.cc72 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kBFloat16}; in InferType() local
83 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kBFloat16}; in InferType() local
Dsoftmax.cc37 const std::set<TypePtr> valid_types{kBFloat16, kFloat16, kFloat32, kFloat64}; in InferType() local
68 const std::set<TypePtr> valid_types{kBFloat16, kFloat16, kFloat32, kFloat64}; in InferType() local
Dbinary_cross_entropy_with_logits.cc37 std::set<TypePtr> valid_types = {kFloat32, kFloat16, kBFloat16}; in InferType() local
137 std::set<TypePtr> valid_types = {kFloat32, kFloat16, kBFloat16}; in InferType() local
Dhsigmoid.cc33 …const std::set<TypePtr> valid_types = {kInt8, kInt16, kInt32, kInt64, kFloat16, kFloat32, kFloat64… in InferType() local
Drelu6.cc34 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in InferType() local
Dffn_ext.cc36 const std::set<TypePtr> valid_types = {kFloat16, kBFloat16, kInt8}; in InferType() local
Dhshrink.cc42 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in InferType() local
Dfast_gelu.cc30 std::vector<TypeId> valid_types = {kNumberTypeFloat16, kNumberTypeFloat32, kNumberTypeBFloat16}; in InferType() local
Dfast_gelu_grad.cc30 std::vector<TypeId> valid_types = {kNumberTypeFloat16, kNumberTypeFloat32, kNumberTypeBFloat16}; in InferType() local
Dhshrink_grad.cc42 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in InferType() local
Dright_shift.cc44 …const std::set<TypePtr> valid_types = {kInt8, kInt16, kInt32, kInt64, kUInt8, kUInt16, kUInt32, kU… in InferType() local
Dtrace.cc49 …const std::set<TypePtr> valid_types = {kInt8, kInt16, kInt32, kInt64, kFloat16, kFloat32, … in InferType() local
Ddropout.cc43 const std::set<TypePtr> valid_types = {kFloat16, kBFloat16, kFloat32, kFloat64}; in InferType() local
Dscalar_to_tensor.cc44 …const std::set<TypePtr> valid_types = {kBool, kInt8, kInt16, kInt32, kInt64, kUInt8, … in InferType() local
Dnpu_clear_float_status_v2.cc56 std::set<TypePtr> valid_types = {kInt32}; in InferType() local
Dnpu_get_float_status_v2.cc57 std::set<TypePtr> valid_types = {kInt32}; in InferType() local
Dembedding_apply_ada_grad.cc48 const std::set<TypePtr> valid_types = {kFloat16, kFloat32}; in InferType() local
Dexp.cc32 const std::set<TypePtr> valid_types = {kInt64, kBool, kFloat16, kFloat32, in InferType() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Ddtype.cc65 const std::set<TypePtr> valid_types = {kTensorType}; in InferValue() local
69 const std::set<TypePtr> valid_types = {kCSRTensorType, kCOOTensorType}; in InferValue() local
Dnth_element.cc65 const std::set<TypePtr> valid_types = {kInt32}; in NthElementInferShape() local
103 …const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kInt64, kInt32, kInt16, kInt8, kUInt8, … in NthElementInferType() local
Dfmin.cc53 const std::set<TypePtr> valid_types = {kFloat16, kFloat32, kFloat64, kInt32, kInt64}; in InferType() local

12345678910>>...14