Searched refs:CreateOutputDesc (Results 1 – 2 of 2) sorted by relevance
81 …std::shared_ptr<GeTensorDesc> CreateOutputDesc(const abstract::ShapePtr &shape_ptr, const TypePtr …241 …std::shared_ptr<GeTensorDesc> CreateOutputDesc(const abstract::ShapePtr &shape_ptr, const TypePtr … in CreateOutputDesc() function243 return impl_->CreateOutputDesc(shape_ptr, type, format); in CreateOutputDesc()
282 auto desc = CreateOutputDesc(dyn_cast<abstract::Shape>(shp), type, format); in UpdateSingleOutputDesc()318 std::shared_ptr<GeTensorDesc> OpAdapterImpl::CreateOutputDesc(const abstract::ShapePtr &shape_ptr, … in CreateOutputDesc() function in mindspore::transform::OpAdapterImpl361 … auto desc = CreateOutputDesc(dyn_cast<abstract::Shape>(tuple_shp->shape()[i]), type_elem, format); in UpdateMultiOutputDesc()