Home
last modified time | relevance | path

Searched refs:updateOutputDesc (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.h89 …void updateOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &shp, const TypePtr &typ…
265 …void updateOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &shp, const TypePtr &typ… in updateOutputDesc() function
267 impl_->updateOutputDesc(op, shp, type, node); in updateOutputDesc()
Dop_adapter_base.h152 …virtual void updateOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &shp, const Type…
Dop_adapter.cc463 void OpAdapterImpl::updateOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &shp, cons… in updateOutputDesc() function in mindspore::transform::OpAdapterImpl
Dconvert.cc1409 adpt->updateOutputDesc(op, node->Shape(), node->Type(), node); in UpdateOpDesc()