Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.cc472 auto normal_shape_ptr = dyn_cast<abstract::Shape>(shp); in updateOutputDesc() local
476 if ((normal_shape_ptr != nullptr) || (no_shape_ptr != nullptr)) { in updateOutputDesc()
Dconvert.cc953 …if (auto normal_shape_ptr = dyn_cast<abstract::Shape>(node->Shape()); normal_shape_ptr != nullptr)… in UpdateDataOpDesc() local
954 shape = normal_shape_ptr->shape(); in UpdateDataOpDesc()