Home
last modified time | relevance | path

Searched refs:CreateOutputDesc (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.h81 …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() function
243 return impl_->CreateOutputDesc(shape_ptr, type, format); in CreateOutputDesc()
Dop_adapter.cc282 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::OpAdapterImpl
361 … auto desc = CreateOutputDesc(dyn_cast<abstract::Shape>(tuple_shp->shape()[i]), type_elem, format); in UpdateMultiOutputDesc()