Searched refs:normal_shape_ptr (Results 1 – 2 of 2) sorted by relevance
472 auto normal_shape_ptr = dyn_cast<abstract::Shape>(shp); in updateOutputDesc() local476 if ((normal_shape_ptr != nullptr) || (no_shape_ptr != nullptr)) { in updateOutputDesc()
953 …if (auto normal_shape_ptr = dyn_cast<abstract::Shape>(node->Shape()); normal_shape_ptr != nullptr)… in UpdateDataOpDesc() local954 shape = normal_shape_ptr->shape(); in UpdateDataOpDesc()