Searched refs:UpdateSingleOutputDesc (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | op_adapter.h | 78 …Status UpdateSingleOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &shp, const Type… 234 …Status UpdateSingleOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &shp, const Type… in UpdateSingleOutputDesc() function 236 return impl_->UpdateSingleOutputDesc(op, shp, type, format); in UpdateSingleOutputDesc()
|
D | op_adapter.cc | 278 Status OpAdapterImpl::UpdateSingleOutputDesc(const OperatorPtr &op, const abstract::BaseShapePtr &s… in UpdateSingleOutputDesc() function in mindspore::transform::OpAdapterImpl 477 if (UpdateSingleOutputDesc(op, shp, type, format) != SUCCESS) { in updateOutputDesc()
|