Home
last modified time | relevance | path

Searched defs:enum_str (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dstring_to_enum.cc62 const auto &enum_str = GetValue<std::string>(input_value); in InferValue() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops_generate/
Dgen_ops_inner_prim.py69 def __call__(self, op_name, arg_name, enum_str): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.h687 static std::string ConvertAny(const ValuePtr &value, const AnyTraits<GEEnumToStr> enum_str, in ConvertAny()
888 …static std::string GetAttrType(const AnyTraits<GEEnumToStr> enum_str, const std::vector<std::strin… in GetAttrType()