Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/oplib/
Dopinfo.h71 const std::string &shapes_type() const { return shapes_type_; } in shapes_type() function
86 void set_shapes_type(const std::string &shapes_type) { shapes_type_ = shapes_type; } in set_shapes_type()