Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dshape_calc.h32 ShapeCalc() : BaseOperator(kNameShapeCalc) { InitIOName({"inputs"}, {"outputs"}); } in ShapeCalc() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/expander/core/
Demitter.cc509 NodePtrList Emitter::ShapeCalc(const ShapeCalcBaseFunctorPtr &functor, const NodePtrList &inputs, in ShapeCalc() function in mindspore::expander::Emitter