Searched refs:updateOutputDesc (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | op_adapter.h | 89 …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()
|
D | op_adapter_base.h | 152 …virtual void updateOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &shp, const Type…
|
D | op_adapter.cc | 463 void OpAdapterImpl::updateOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &shp, cons… in updateOutputDesc() function in mindspore::transform::OpAdapterImpl
|
D | convert.cc | 1409 adpt->updateOutputDesc(op, node->Shape(), node->Type(), node); in UpdateOpDesc()
|