Searched refs:updateInputDesc (Results 1 – 2 of 2) sorted by relevance
88 void updateInputDesc(const OperatorPtr &op, const AnfNodePtr &node);263 …void updateInputDesc(const OperatorPtr &op, const AnfNodePtr &node) { impl_->updateInputDesc(op, n… in updateInputDesc() function
451 void OpAdapterImpl::updateInputDesc(const OperatorPtr &op, const AnfNodePtr &node) { in updateInputDesc() function in mindspore::transform::OpAdapterImpl494 updateInputDesc(op, node); in updateOutputDesc()